Html Css Color HEX #0FA5FF Dodger Blue

📋 copy color: '#0FA5FF'

red 15 ◦ green 165 ◦ blue 255

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

Shades of Dodger Blue #0FA5FF

Tints of Dodger Blue #0FA5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.93%

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

R = 3.45%
G = 37.93%
B = 58.62%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0FA5FF (or 0x0FA5FF) is known color: Dodger Blue. HEX triplet: 0F, A5 and FF. RGB value is (15,165,255). Sum of RGB (Red+Green+Blue) = 15+165+255=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FA5FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA5FF is #F05A00. Grayscale: #818181. Windows color (decimal): -15751681 or 16753935. OLE color: 16753935.

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

Color convert

RGB 15 165 255 -
CMYK 0.94 0.35 0 0
HSL 202.5º 1% 0.53% -
HSV(B) 202.5º 0.94% 1% -
XYZ 31.7 34.23 99.54 -
YUV 130.41 198.31 45.68 -
System Red Green Blue C M Y K H S L
Decimal 15 165 255 0.94 0.35 0 0 202.5 1 0.53
Hex F A5 FF 5E 23 0 0 CA 64 35
Octal 17 245 377 136 43 0 0 312 144 65
Binary 1111 10100101 11111111 1011110 100011 0 0 11001010 1100100 110101

Color Harmonies of #0FA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA5FF

Black with #0FA5FF

Text Example


Text Example

White with #0FA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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