Html Css Color HEX #338EEF Dodger Blue

📋 copy color: '#338EEF'

red 51 ◦ green 142 ◦ blue 239

#338EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #338EEF

Tints of Dodger Blue #338EEF

RGB

 RED value IS 51 (20.31% from 255) = 11.81%

 GREEN value IS 142 (55.86% from 255) = 32.87%

 BLUE value IS 239 (93.75% from 255) = 55.32%

R = 11.81%
G = 32.87%
B = 55.32%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#338EEF (or 0x338EEF) is known color: Dodger Blue. HEX triplet: 33, 8E and EF. RGB value is (51,142,239). Sum of RGB (Red+Green+Blue) = 51+142+239=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #338EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338EEF is #CC7110. Grayscale: #7D7D7D. Windows color (decimal): -13398289 or 15699507. OLE color: 15699507.

HSL color Cylindrical-coordinate representation of color #338EEF: hue angle of 210.96º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338EEF is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 142 239 -
CMYK 0.79 0.41 0 0.06
HSL 210.96º 0.85% 0.57% -
HSV(B) 210.96º 0.79% 0.94% -
XYZ 26.62 26.28 85.33 -
YUV 125.85 191.85 74.61 -
System Red Green Blue C M Y K H S L
Decimal 51 142 239 0.79 0.41 0 0.06 210.96 0.85 0.57
Hex 33 8E EF 4F 29 0 6 D3 55 39
Octal 63 216 357 117 51 0 6 323 125 71
Binary 110011 10001110 11101111 1001111 101001 0 110 11010011 1010101 111001

Color Harmonies of #338EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338EEF

Black with #338EEF

Text Example


Text Example

White with #338EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338EEF; }

 p { color: rgb(51,142,239); }

 H1.HeaderClassName
 {
   color: #338EEF;
 }
 .AnyTagClassName
 {
   color: #338EEF;
 }
</style>

background-color css

<style>
 a { background-color: #338EEF; }

 a { background-color: rgb(51,142,239); }

 div.DivClassName
 {
   background-color: #338EEF;
 }
 .BgClassName
 {
   background-color: #338EEF;
 }
</style>

border-color css

<style>
 span { border-color: #338EEF; }

 span { border-color: rgb(51,142,239); }

 td.TdClassName
 {
   border-color: #338EEF;
 }
 .TagClassName
 {
   border-color: #338EEF;
 }
</style>