Html Css Color HEX #368EE2 Dodger Blue

📋 copy color: '#368EE2'

red 54 ◦ green 142 ◦ blue 226

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

Shades of Dodger Blue #368EE2

Tints of Dodger Blue #368EE2

RGB

 RED value IS 54 (21.48% from 255) = 12.8%

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

 BLUE value IS 226 (88.67% from 255) = 53.55%

R = 12.8%
G = 33.65%
B = 53.55%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#368EE2 (or 0x368EE2) is known color: Dodger Blue. HEX triplet: 36, 8E and E2. RGB value is (54,142,226). Sum of RGB (Red+Green+Blue) = 54+142+226=422 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.80% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #368EE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368EE2 is #C9711D. Grayscale: #7C7C7C. Windows color (decimal): -13201694 or 14847542. OLE color: 14847542.

HSL color Cylindrical-coordinate representation of color #368EE2: hue angle of 209.3º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #368EE2 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 54 142 226 -
CMYK 0.76 0.37 0 0.11
HSL 209.3º 0.75% 0.55% -
HSV(B) 209.3º 0.76% 0.89% -
XYZ 24.92 25.62 75.58 -
YUV 125.26 184.85 77.17 -
System Red Green Blue C M Y K H S L
Decimal 54 142 226 0.76 0.37 0 0.11 209.3 0.75 0.55
Hex 36 8E E2 4C 25 0 B D1 4B 37
Octal 66 216 342 114 45 0 13 321 113 67
Binary 110110 10001110 11100010 1001100 100101 0 1011 11010001 1001011 110111

Color Harmonies of #368EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368EE2

Black with #368EE2

Text Example


Text Example

White with #368EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368EE2; }

 p { color: rgb(54,142,226); }

 H1.HeaderClassName
 {
   color: #368EE2;
 }
 .AnyTagClassName
 {
   color: #368EE2;
 }
</style>

background-color css

<style>
 a { background-color: #368EE2; }

 a { background-color: rgb(54,142,226); }

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

border-color css

<style>
 span { border-color: #368EE2; }

 span { border-color: rgb(54,142,226); }

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