Html Css Color HEX #0078FC Dodger Blue

📋 copy color: '#0078FC'

red 0 ◦ green 120 ◦ blue 252

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

Shades of Dodger Blue #0078FC

Tints of Dodger Blue #0078FC

RGB

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

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

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

R = 0%
G = 32.26%
B = 67.74%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0078FC (or 0x0078FC) is known color: Dodger Blue. HEX triplet: 00, 78 and FC. RGB value is (0,120,252). Sum of RGB (Red+Green+Blue) = 0+120+252=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #0078FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0078FC is #FF8703. Grayscale: #626262. Windows color (decimal): -16746244 or 16545792. OLE color: 16545792.

HSL color Cylindrical-coordinate representation of color #0078FC: hue angle of 211.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078FC is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 120 252 -
CMYK 1 0.52 0 0.01
HSL 211.43º 1% 0.49% -
HSV(B) 211.43º 1% 0.99% -
XYZ 24.29 20.46 94.76 -
YUV 99.17 214.24 57.27 -
System Red Green Blue C M Y K H S L
Decimal 0 120 252 1 0.52 0 0.01 211.43 1 0.49
Hex 0 78 FC 64 34 0 1 D3 64 31
Octal 0 170 374 144 64 0 1 323 144 61
Binary 0 1111000 11111100 1100100 110100 0 1 11010011 1100100 110001

Color Harmonies of #0078FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0078FC

Black with #0078FC

Text Example


Text Example

White with #0078FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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