Html Css Color HEX #0F72FB Dodger Blue

📋 copy color: '#0F72FB'

red 15 ◦ green 114 ◦ blue 251

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

Shades of Dodger Blue #0F72FB

Tints of Dodger Blue #0F72FB

RGB

 RED value IS 15 (6.25% from 255) = 3.95%

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

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

R = 3.95%
G = 30%
B = 66.05%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F72FB (or 0x0F72FB) is known color: Dodger Blue. HEX triplet: 0F, 72 and FB. RGB value is (15,114,251). Sum of RGB (Red+Green+Blue) = 15+114+251=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F72FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F72FB is #F08D04. Grayscale: #636363. Windows color (decimal): -15764741 or 16478735. OLE color: 16478735.

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

Color convert

RGB 15 114 251 -
CMYK 0.94 0.55 0 0.02
HSL 214.83º 0.97% 0.52% -
HSV(B) 214.83º 0.94% 0.98% -
XYZ 23.63 19.1 93.71 -
YUV 100.02 213.2 67.36 -
System Red Green Blue C M Y K H S L
Decimal 15 114 251 0.94 0.55 0 0.02 214.83 0.97 0.52
Hex F 72 FB 5E 37 0 2 D7 61 34
Octal 17 162 373 136 67 0 2 327 141 64
Binary 1111 1110010 11111011 1011110 110111 0 10 11010111 1100001 110100

Color Harmonies of #0F72FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F72FB

Black with #0F72FB

Text Example


Text Example

White with #0F72FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F72FB; }

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

 H1.HeaderClassName
 {
   color: #0F72FB;
 }
 .AnyTagClassName
 {
   color: #0F72FB;
 }
</style>

background-color css

<style>
 a { background-color: #0F72FB; }

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

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

border-color css

<style>
 span { border-color: #0F72FB; }

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

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