Html Css Color HEX #0078F1 Dodger Blue

📋 copy color: '#0078F1'

red 0 ◦ green 120 ◦ blue 241

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

Shades of Dodger Blue #0078F1

Tints of Dodger Blue #0078F1

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 120 (47.27% from 255) = 33.24%

 BLUE value IS 241 (94.53% from 255) = 66.76%

R = 0%
G = 33.24%
B = 66.76%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0078F1 (or 0x0078F1) is known color: Dodger Blue. HEX triplet: 00, 78 and F1. RGB value is (0,120,241). Sum of RGB (Red+Green+Blue) = 0+120+241=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #0078F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0078F1 is #FF870E. Grayscale: #616161. Windows color (decimal): -16746255 or 15824896. OLE color: 15824896.

HSL color Cylindrical-coordinate representation of color #0078F1: hue angle of 210.12º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078F1 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 120 241 -
CMYK 1 0.50 0 0.05
HSL 210.12º 1% 0.47% -
HSV(B) 210.12º 1% 0.95% -
XYZ 22.59 19.78 85.85 -
YUV 97.91 208.74 58.16 -
System Red Green Blue C M Y K H S L
Decimal 0 120 241 1 0.50 0 0.05 210.12 1 0.47
Hex 0 78 F1 64 32 0 5 D2 64 2F
Octal 0 170 361 144 62 0 5 322 144 57
Binary 0 1111000 11110001 1100100 110010 0 101 11010010 1100100 101111

Color Harmonies of #0078F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0078F1

Black with #0078F1

Text Example


Text Example

White with #0078F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0078F1; }

 p { color: rgb(0,120,241); }

 H1.HeaderClassName
 {
   color: #0078F1;
 }
 .AnyTagClassName
 {
   color: #0078F1;
 }
</style>

background-color css

<style>
 a { background-color: #0078F1; }

 a { background-color: rgb(0,120,241); }

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

border-color css

<style>
 span { border-color: #0078F1; }

 span { border-color: rgb(0,120,241); }

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