Html Css Color HEX #338EEE Dodger Blue

📋 copy color: '#338EEE'

red 51 ◦ green 142 ◦ blue 238

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

Shades of Dodger Blue #338EEE

Tints of Dodger Blue #338EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.22%

R = 11.83%
G = 32.95%
B = 55.22%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#338EEE (or 0x338EEE) is known color: Dodger Blue. HEX triplet: 33, 8E and EE. RGB value is (51,142,238). Sum of RGB (Red+Green+Blue) = 51+142+238=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #338EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338EEE is #CC7111. Grayscale: #7D7D7D. Windows color (decimal): -13398290 or 15633971. OLE color: 15633971.

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

Color convert

RGB 51 142 238 -
CMYK 0.79 0.40 0 0.07
HSL 210.8º 0.85% 0.57% -
HSV(B) 210.8º 0.79% 0.93% -
XYZ 26.47 26.22 84.56 -
YUV 125.74 191.35 74.69 -
System Red Green Blue C M Y K H S L
Decimal 51 142 238 0.79 0.40 0 0.07 210.8 0.85 0.57
Hex 33 8E EE 4F 28 0 7 D3 55 39
Octal 63 216 356 117 50 0 7 323 125 71
Binary 110011 10001110 11101110 1001111 101000 0 111 11010011 1010101 111001

Color Harmonies of #338EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338EEE

Black with #338EEE

Text Example


Text Example

White with #338EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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