Html Css Color HEX #0F9AFF Dodger Blue

📋 copy color: '#0F9AFF'

red 15 ◦ green 154 ◦ blue 255

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

Shades of Dodger Blue #0F9AFF

Tints of Dodger Blue #0F9AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.32%

 BLUE value IS 255 (100% from 255) = 60.14%

R = 3.54%
G = 36.32%
B = 60.14%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F9AFF (or 0x0F9AFF) is known color: Dodger Blue. HEX triplet: 0F, 9A and FF. RGB value is (15,154,255). Sum of RGB (Red+Green+Blue) = 15+154+255=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F9AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9AFF is #F06500. Grayscale: #7B7B7B. Windows color (decimal): -15754497 or 16751119. OLE color: 16751119.

HSL color Cylindrical-coordinate representation of color #0F9AFF: hue angle of 205.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F9AFF is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 15 154 255 -
CMYK 0.94 0.40 0 0
HSL 205.25º 1% 0.53% -
HSV(B) 205.25º 0.94% 1% -
XYZ 29.8 30.43 98.91 -
YUV 123.95 201.95 50.29 -
System Red Green Blue C M Y K H S L
Decimal 15 154 255 0.94 0.40 0 0 205.25 1 0.53
Hex F 9A FF 5E 28 0 0 CD 64 35
Octal 17 232 377 136 50 0 0 315 144 65
Binary 1111 10011010 11111111 1011110 101000 0 0 11001101 1100100 110101

Color Harmonies of #0F9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9AFF

Black with #0F9AFF

Text Example


Text Example

White with #0F9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,154,255); }

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

background-color css

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

 a { background-color: rgb(15,154,255); }

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

border-color css

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

 span { border-color: rgb(15,154,255); }

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