Html Css Color HEX #378EEE Dodger Blue

📋 copy color: '#378EEE'

red 55 ◦ green 142 ◦ blue 238

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

Shades of Dodger Blue #378EEE

Tints of Dodger Blue #378EEE

RGB

 RED value IS 55 (21.88% from 255) = 12.64%

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

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

R = 12.64%
G = 32.64%
B = 54.71%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#378EEE (or 0x378EEE) is known color: Dodger Blue. HEX triplet: 37, 8E and EE. RGB value is (55,142,238). Sum of RGB (Red+Green+Blue) = 55+142+238=435 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.64% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #378EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378EEE is #C87111. Grayscale: #7E7E7E. Windows color (decimal): -13136146 or 15633975. OLE color: 15633975.

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

Color convert

RGB 55 142 238 -
CMYK 0.77 0.40 0 0.07
HSL 211.48º 0.84% 0.57% -
HSV(B) 211.48º 0.77% 0.93% -
XYZ 26.68 26.33 84.57 -
YUV 126.93 190.68 76.69 -
System Red Green Blue C M Y K H S L
Decimal 55 142 238 0.77 0.40 0 0.07 211.48 0.84 0.57
Hex 37 8E EE 4D 28 0 7 D3 54 39
Octal 67 216 356 115 50 0 7 323 124 71
Binary 110111 10001110 11101110 1001101 101000 0 111 11010011 1010100 111001

Color Harmonies of #378EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378EEE

Black with #378EEE

Text Example


Text Example

White with #378EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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