Html Css Color HEX #0A91F1 Dodger Blue

📋 copy color: '#0A91F1'

red 10 ◦ green 145 ◦ blue 241

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

Shades of Dodger Blue #0A91F1

Tints of Dodger Blue #0A91F1

RGB

 RED value IS 10 (4.3% from 255) = 2.53%

 GREEN value IS 145 (57.03% from 255) = 36.62%

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

R = 2.53%
G = 36.62%
B = 60.86%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0A91F1 (or 0x0A91F1) is known color: Dodger Blue. HEX triplet: 0A, 91 and F1. RGB value is (10,145,241). Sum of RGB (Red+Green+Blue) = 10+145+241=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #0A91F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A91F1 is #F56E0E. Grayscale: #737373. Windows color (decimal): -16084495 or 15831306. OLE color: 15831306.

HSL color Cylindrical-coordinate representation of color #0A91F1: hue angle of 204.94º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A91F1 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 145 241 -
CMYK 0.96 0.40 0 0.05
HSL 204.94º 0.92% 0.49% -
HSV(B) 204.94º 0.96% 0.95% -
XYZ 26.13 26.67 86.99 -
YUV 115.58 198.77 52.69 -
System Red Green Blue C M Y K H S L
Decimal 10 145 241 0.96 0.40 0 0.05 204.94 0.92 0.49
Hex A 91 F1 60 28 0 5 CD 5C 31
Octal 12 221 361 140 50 0 5 315 134 61
Binary 1010 10010001 11110001 1100000 101000 0 101 11001101 1011100 110001

Color Harmonies of #0A91F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A91F1

Black with #0A91F1

Text Example


Text Example

White with #0A91F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,145,241); }

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

background-color css

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

 a { background-color: rgb(10,145,241); }

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

border-color css

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

 span { border-color: rgb(10,145,241); }

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