Html Css Color HEX #378CFC Dodger Blue

📋 copy color: '#378CFC'

red 55 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #378CFC

Tints of Dodger Blue #378CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.32%

 BLUE value IS 252 (98.83% from 255) = 56.38%

R = 12.3%
G = 31.32%
B = 56.38%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#378CFC (or 0x378CFC) is known color: Dodger Blue. HEX triplet: 37, 8C and FC. RGB value is (55,140,252). Sum of RGB (Red+Green+Blue) = 55+140+252=447 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.30% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #378CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378CFC is #C87303. Grayscale: #7E7E7E. Windows color (decimal): -13136644 or 16550967. OLE color: 16550967.

HSL color Cylindrical-coordinate representation of color #378CFC: hue angle of 214.11º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378CFC is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 140 252 -
CMYK 0.78 0.44 0 0.01
HSL 214.11º 0.97% 0.6% -
HSV(B) 214.11º 0.78% 0.99% -
XYZ 28.52 26.6 95.73 -
YUV 127.35 198.34 76.39 -
System Red Green Blue C M Y K H S L
Decimal 55 140 252 0.78 0.44 0 0.01 214.11 0.97 0.6
Hex 37 8C FC 4E 2C 0 1 D6 61 3C
Octal 67 214 374 116 54 0 1 326 141 74
Binary 110111 10001100 11111100 1001110 101100 0 1 11010110 1100001 111100

Color Harmonies of #378CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378CFC

Black with #378CFC

Text Example


Text Example

White with #378CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,140,252); }

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

background-color css

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

 a { background-color: rgb(55,140,252); }

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

border-color css

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

 span { border-color: rgb(55,140,252); }

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