Html Css Color HEX #0FA3F1 Dodger Blue

📋 copy color: '#0FA3F1'

red 15 ◦ green 163 ◦ blue 241

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

Shades of Dodger Blue #0FA3F1

Tints of Dodger Blue #0FA3F1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.9%

 BLUE value IS 241 (94.53% from 255) = 57.52%

R = 3.58%
G = 38.9%
B = 57.52%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0FA3F1 (or 0x0FA3F1) is known color: Dodger Blue. HEX triplet: 0F, A3 and F1. RGB value is (15,163,241). Sum of RGB (Red+Green+Blue) = 15+163+241=419 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.58% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #0FA3F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA3F1 is #F05C0E. Grayscale: #7F7F7F. Windows color (decimal): -15752207 or 15835919. OLE color: 15835919.

HSL color Cylindrical-coordinate representation of color #0FA3F1: hue angle of 200.71º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA3F1 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 15 163 241 -
CMYK 0.94 0.32 0 0.05
HSL 200.71º 0.89% 0.5% -
HSV(B) 200.71º 0.94% 0.95% -
XYZ 29.17 32.65 87.98 -
YUV 127.64 191.97 47.66 -
System Red Green Blue C M Y K H S L
Decimal 15 163 241 0.94 0.32 0 0.05 200.71 0.89 0.5
Hex F A3 F1 5E 20 0 5 C9 59 32
Octal 17 243 361 136 40 0 5 311 131 62
Binary 1111 10100011 11110001 1011110 100000 0 101 11001001 1011001 110010

Color Harmonies of #0FA3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA3F1

Black with #0FA3F1

Text Example


Text Example

White with #0FA3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,163,241); }

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

background-color css

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

 a { background-color: rgb(15,163,241); }

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

border-color css

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

 span { border-color: rgb(15,163,241); }

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