Html Css Color HEX #378FFF Dodger Blue

📋 copy color: '#378FFF'

red 55 ◦ green 143 ◦ blue 255

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

Shades of Dodger Blue #378FFF

Tints of Dodger Blue #378FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.57%

 BLUE value IS 255 (100% from 255) = 56.29%

R = 12.14%
G = 31.57%
B = 56.29%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#378FFF (or 0x378FFF) is known color: Dodger Blue. HEX triplet: 37, 8F and FF. RGB value is (55,143,255). Sum of RGB (Red+Green+Blue) = 55+143+255=453 (60% of max value = 765). Red value is 55 (21.88% from 255 or 12.14% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #378FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378FFF is #C87000. Grayscale: #808080. Windows color (decimal): -13135873 or 16748343. OLE color: 16748343.

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

Color convert

RGB 55 143 255 -
CMYK 0.78 0.44 0 0
HSL 213.6º 1% 0.61% -
HSV(B) 213.6º 0.78% 1% -
XYZ 29.45 27.68 98.4 -
YUV 129.46 198.85 74.89 -
System Red Green Blue C M Y K H S L
Decimal 55 143 255 0.78 0.44 0 0 213.6 1 0.61
Hex 37 8F FF 4E 2C 0 0 D6 64 3D
Octal 67 217 377 116 54 0 0 326 144 75
Binary 110111 10001111 11111111 1001110 101100 0 0 11010110 1100100 111101

Color Harmonies of #378FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FFF

Black with #378FFF

Text Example


Text Example

White with #378FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,143,255); }

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

background-color css

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

 a { background-color: rgb(55,143,255); }

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

border-color css

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

 span { border-color: rgb(55,143,255); }

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