Html Css Color HEX #378FFA Dodger Blue

📋 copy color: '#378FFA'

red 55 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #378FFA

Tints of Dodger Blue #378FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 12.28%
G = 31.92%
B = 55.8%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#378FFA (or 0x378FFA) is known color: Dodger Blue. HEX triplet: 37, 8F and FA. RGB value is (55,143,250). Sum of RGB (Red+Green+Blue) = 55+143+250=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #378FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #378FFA is #C87005. Grayscale: #808080. Windows color (decimal): -13135878 or 16420663. OLE color: 16420663.

HSL color Cylindrical-coordinate representation of color #378FFA: hue angle of 212.92º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378FFA is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 143 250 -
CMYK 0.78 0.43 0 0.02
HSL 212.92º 0.95% 0.6% -
HSV(B) 212.92º 0.78% 0.98% -
XYZ 28.65 27.36 94.21 -
YUV 128.89 196.35 75.3 -
System Red Green Blue C M Y K H S L
Decimal 55 143 250 0.78 0.43 0 0.02 212.92 0.95 0.6
Hex 37 8F FA 4E 2B 0 2 D5 5F 3C
Octal 67 217 372 116 53 0 2 325 137 74
Binary 110111 10001111 11111010 1001110 101011 0 10 11010101 1011111 111100

Color Harmonies of #378FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FFA

Black with #378FFA

Text Example


Text Example

White with #378FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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