Html Css Color HEX #338EEC Dodger Blue

📋 copy color: '#338EEC'

red 51 ◦ green 142 ◦ blue 236

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

Shades of Dodger Blue #338EEC

Tints of Dodger Blue #338EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 11.89%
G = 33.1%
B = 55.01%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#338EEC (or 0x338EEC) is known color: Dodger Blue. HEX triplet: 33, 8E and EC. RGB value is (51,142,236). Sum of RGB (Red+Green+Blue) = 51+142+236=429 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.89% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #338EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338EEC is #CC7113. Grayscale: #7D7D7D. Windows color (decimal): -13398292 or 15502899. OLE color: 15502899.

HSL color Cylindrical-coordinate representation of color #338EEC: hue angle of 210.49º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #338EEC is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 142 236 -
CMYK 0.78 0.40 0 0.07
HSL 210.49º 0.83% 0.56% -
HSV(B) 210.49º 0.78% 0.93% -
XYZ 26.18 26.11 83.02 -
YUV 125.51 190.35 74.86 -
System Red Green Blue C M Y K H S L
Decimal 51 142 236 0.78 0.40 0 0.07 210.49 0.83 0.56
Hex 33 8E EC 4E 28 0 7 D2 53 38
Octal 63 216 354 116 50 0 7 322 123 70
Binary 110011 10001110 11101100 1001110 101000 0 111 11010010 1010011 111000

Color Harmonies of #338EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338EEC

Black with #338EEC

Text Example


Text Example

White with #338EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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