Html Css Color HEX #379AFF Dodger Blue

📋 copy color: '#379AFF'

red 55 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #379AFF

Tints of Dodger Blue #379AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.19%

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

R = 11.85%
G = 33.19%
B = 54.96%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#379AFF (or 0x379AFF) is known color: Dodger Blue. HEX triplet: 37, 9A and FF. RGB value is (55,154,255). Sum of RGB (Red+Green+Blue) = 55+154+255=464 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.85% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #379AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #379AFF is #C86500. Grayscale: #878787. Windows color (decimal): -13133057 or 16751159. OLE color: 16751159.

HSL color Cylindrical-coordinate representation of color #379AFF: hue angle of 210.3º 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 #379AFF is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 154 255 -
CMYK 0.78 0.40 0 0
HSL 210.3º 1% 0.61% -
HSV(B) 210.3º 0.78% 1% -
XYZ 31.18 31.14 98.98 -
YUV 135.91 195.2 70.29 -
System Red Green Blue C M Y K H S L
Decimal 55 154 255 0.78 0.40 0 0 210.3 1 0.61
Hex 37 9A FF 4E 28 0 0 D2 64 3D
Octal 67 232 377 116 50 0 0 322 144 75
Binary 110111 10011010 11111111 1001110 101000 0 0 11010010 1100100 111101

Color Harmonies of #379AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379AFF

Black with #379AFF

Text Example


Text Example

White with #379AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379AFF; }

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

 H1.HeaderClassName
 {
   color: #379AFF;
 }
 .AnyTagClassName
 {
   color: #379AFF;
 }
</style>

background-color css

<style>
 a { background-color: #379AFF; }

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

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

border-color css

<style>
 span { border-color: #379AFF; }

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

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