Html Css Color HEX #0072FB Dodger Blue

📋 copy color: '#0072FB'

red 0 ◦ green 114 ◦ blue 251

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

Shades of Dodger Blue #0072FB

Tints of Dodger Blue #0072FB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.23%

 BLUE value IS 251 (98.44% from 255) = 68.77%

R = 0%
G = 31.23%
B = 68.77%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0072FB (or 0x0072FB) is known color: Dodger Blue. HEX triplet: 00, 72 and FB. RGB value is (0,114,251). Sum of RGB (Red+Green+Blue) = 0+114+251=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #0072FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0072FB is #FF8D04. Grayscale: #5E5E5E. Windows color (decimal): -16747781 or 16478720. OLE color: 16478720.

HSL color Cylindrical-coordinate representation of color #0072FB: hue angle of 212.75º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072FB is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 114 251 -
CMYK 1 0.55 0 0.02
HSL 212.75º 1% 0.49% -
HSV(B) 212.75º 1% 0.98% -
XYZ 23.43 19 93.7 -
YUV 95.53 215.73 59.86 -
System Red Green Blue C M Y K H S L
Decimal 0 114 251 1 0.55 0 0.02 212.75 1 0.49
Hex 0 72 FB 64 37 0 2 D5 64 31
Octal 0 162 373 144 67 0 2 325 144 61
Binary 0 1110010 11111011 1100100 110111 0 10 11010101 1100100 110001

Color Harmonies of #0072FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0072FB

Black with #0072FB

Text Example


Text Example

White with #0072FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0072FB; }

 p { color: rgb(0,114,251); }

 H1.HeaderClassName
 {
   color: #0072FB;
 }
 .AnyTagClassName
 {
   color: #0072FB;
 }
</style>

background-color css

<style>
 a { background-color: #0072FB; }

 a { background-color: rgb(0,114,251); }

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

border-color css

<style>
 span { border-color: #0072FB; }

 span { border-color: rgb(0,114,251); }

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