Html Css Color HEX #0073FC Dodger Blue

📋 copy color: '#0073FC'

red 0 ◦ green 115 ◦ blue 252

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

Shades of Dodger Blue #0073FC

Tints of Dodger Blue #0073FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

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

R = 0%
G = 31.34%
B = 68.66%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0073FC (or 0x0073FC) is known color: Dodger Blue. HEX triplet: 00, 73 and FC. RGB value is (0,115,252). Sum of RGB (Red+Green+Blue) = 0+115+252=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #0073FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0073FC is #FF8C03. Grayscale: #5F5F5F. Windows color (decimal): -16747524 or 16544512. OLE color: 16544512.

HSL color Cylindrical-coordinate representation of color #0073FC: hue angle of 212.62º 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 #0073FC is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 115 252 -
CMYK 1 0.54 0 0.01
HSL 212.62º 1% 0.49% -
HSV(B) 212.62º 1% 0.99% -
XYZ 23.7 19.29 94.57 -
YUV 96.23 215.9 59.36 -
System Red Green Blue C M Y K H S L
Decimal 0 115 252 1 0.54 0 0.01 212.62 1 0.49
Hex 0 73 FC 64 36 0 1 D5 64 31
Octal 0 163 374 144 66 0 1 325 144 61
Binary 0 1110011 11111100 1100100 110110 0 1 11010101 1100100 110001

Color Harmonies of #0073FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0073FC

Black with #0073FC

Text Example


Text Example

White with #0073FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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