Html Css Color HEX #0078FD Dodger Blue

📋 copy color: '#0078FD'

red 0 ◦ green 120 ◦ blue 253

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

Shades of Dodger Blue #0078FD

Tints of Dodger Blue #0078FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.83%

R = 0%
G = 32.17%
B = 67.83%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0078FD (or 0x0078FD) is known color: Dodger Blue. HEX triplet: 00, 78 and FD. RGB value is (0,120,253). Sum of RGB (Red+Green+Blue) = 0+120+253=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #0078FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0078FD is #FF8702. Grayscale: #626262. Windows color (decimal): -16746243 or 16611328. OLE color: 16611328.

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

Color convert

RGB 0 120 253 -
CMYK 1 0.53 0 0.01
HSL 211.54º 1% 0.5% -
HSV(B) 211.54º 1% 0.99% -
XYZ 24.45 20.52 95.6 -
YUV 99.28 214.74 57.19 -
System Red Green Blue C M Y K H S L
Decimal 0 120 253 1 0.53 0 0.01 211.54 1 0.5
Hex 0 78 FD 64 35 0 1 D4 64 32
Octal 0 170 375 144 65 0 1 324 144 62
Binary 0 1111000 11111101 1100100 110101 0 1 11010100 1100100 110010

Color Harmonies of #0078FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0078FD

Black with #0078FD

Text Example


Text Example

White with #0078FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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