Html Css Color HEX #378AFC Dodger Blue

📋 copy color: '#378AFC'

red 55 ◦ green 138 ◦ blue 252

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

Shades of Dodger Blue #378AFC

Tints of Dodger Blue #378AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.01%

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

R = 12.36%
G = 31.01%
B = 56.63%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#378AFC (or 0x378AFC) is known color: Dodger Blue. HEX triplet: 37, 8A and FC. RGB value is (55,138,252). Sum of RGB (Red+Green+Blue) = 55+138+252=445 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.36% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #378AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378AFC is #C87503. Grayscale: #7D7D7D. Windows color (decimal): -13137156 or 16550455. OLE color: 16550455.

HSL color Cylindrical-coordinate representation of color #378AFC: hue angle of 214.72º 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 #378AFC is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 138 252 -
CMYK 0.78 0.45 0 0.01
HSL 214.72º 0.97% 0.6% -
HSV(B) 214.72º 0.78% 0.99% -
XYZ 28.23 26.02 95.63 -
YUV 126.18 199 77.23 -
System Red Green Blue C M Y K H S L
Decimal 55 138 252 0.78 0.45 0 0.01 214.72 0.97 0.6
Hex 37 8A FC 4E 2D 0 1 D7 61 3C
Octal 67 212 374 116 55 0 1 327 141 74
Binary 110111 10001010 11111100 1001110 101101 0 1 11010111 1100001 111100

Color Harmonies of #378AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378AFC

Black with #378AFC

Text Example


Text Example

White with #378AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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