Html Css Color HEX #0F71FB Dodger Blue

📋 copy color: '#0F71FB'

red 15 ◦ green 113 ◦ blue 251

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

Shades of Dodger Blue #0F71FB

Tints of Dodger Blue #0F71FB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

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

R = 3.96%
G = 29.82%
B = 66.23%

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

#0F71FB (or 0x0F71FB) is known color: Dodger Blue. HEX triplet: 0F, 71 and FB. RGB value is (15,113,251). Sum of RGB (Red+Green+Blue) = 15+113+251=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F71FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F71FB is #F08E04. Grayscale: #626262. Windows color (decimal): -15764997 or 16478479. OLE color: 16478479.

HSL color Cylindrical-coordinate representation of color #0F71FB: hue angle of 215.08º 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 #0F71FB is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 113 251 -
CMYK 0.94 0.55 0 0.02
HSL 215.08º 0.97% 0.52% -
HSV(B) 215.08º 0.94% 0.98% -
XYZ 23.51 18.88 93.67 -
YUV 99.43 213.53 67.78 -
System Red Green Blue C M Y K H S L
Decimal 15 113 251 0.94 0.55 0 0.02 215.08 0.97 0.52
Hex F 71 FB 5E 37 0 2 D7 61 34
Octal 17 161 373 136 67 0 2 327 141 64
Binary 1111 1110001 11111011 1011110 110111 0 10 11010111 1100001 110100

Color Harmonies of #0F71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F71FB

Black with #0F71FB

Text Example


Text Example

White with #0F71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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