Html Css Color HEX #0F81FA Dodger Blue

📋 copy color: '#0F81FA'

red 15 ◦ green 129 ◦ blue 250

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

Shades of Dodger Blue #0F81FA

Tints of Dodger Blue #0F81FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.74%

 BLUE value IS 250 (98.05% from 255) = 63.45%

R = 3.81%
G = 32.74%
B = 63.45%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F81FA (or 0x0F81FA) is known color: Dodger Blue. HEX triplet: 0F, 81 and FA. RGB value is (15,129,250). Sum of RGB (Red+Green+Blue) = 15+129+250=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F81FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F81FA is #F07E05. Grayscale: #6C6C6C. Windows color (decimal): -15760902 or 16417039. OLE color: 16417039.

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

Color convert

RGB 15 129 250 -
CMYK 0.94 0.48 0 0.02
HSL 210.89º 0.96% 0.52% -
HSV(B) 210.89º 0.94% 0.98% -
XYZ 25.3 22.7 93.49 -
YUV 108.71 207.73 61.16 -
System Red Green Blue C M Y K H S L
Decimal 15 129 250 0.94 0.48 0 0.02 210.89 0.96 0.52
Hex F 81 FA 5E 30 0 2 D3 60 34
Octal 17 201 372 136 60 0 2 323 140 64
Binary 1111 10000001 11111010 1011110 110000 0 10 11010011 1100000 110100

Color Harmonies of #0F81FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F81FA

Black with #0F81FA

Text Example


Text Example

White with #0F81FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,129,250); }

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

background-color css

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

 a { background-color: rgb(15,129,250); }

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

border-color css

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

 span { border-color: rgb(15,129,250); }

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