Html Css Color HEX #0191F1 Dodger Blue

📋 copy color: '#0191F1'

red 1 ◦ green 145 ◦ blue 241

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

Shades of Dodger Blue #0191F1

Tints of Dodger Blue #0191F1

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

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

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

R = 0.26%
G = 37.47%
B = 62.27%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0191F1 (or 0x0191F1) is known color: Dodger Blue. HEX triplet: 01, 91 and F1. RGB value is (1,145,241). Sum of RGB (Red+Green+Blue) = 1+145+241=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 241 (94.53% from 255 or 62.27% from 387); Max value from RGB is 241 - color contains mainly: blue. Hex color #0191F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0191F1 is #FE6E0E. Grayscale: #707070. Windows color (decimal): -16674319 or 15831297. OLE color: 15831297.

HSL color Cylindrical-coordinate representation of color #0191F1: hue angle of 204º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0191F1 is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 145 241 -
CMYK 1.00 0.40 0 0.05
HSL 204º 0.99% 0.47% -
HSV(B) 204º 1% 0.95% -
XYZ 26.02 26.61 86.98 -
YUV 112.89 200.29 48.19 -
System Red Green Blue C M Y K H S L
Decimal 1 145 241 1.00 0.40 0 0.05 204 0.99 0.47
Hex 1 91 F1 64 28 0 5 CC 63 2F
Octal 1 221 361 144 50 0 5 314 143 57
Binary 1 10010001 11110001 1100100 101000 0 101 11001100 1100011 101111

Color Harmonies of #0191F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0191F1

Black with #0191F1

Text Example


Text Example

White with #0191F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0191F1; }

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

 H1.HeaderClassName
 {
   color: #0191F1;
 }
 .AnyTagClassName
 {
   color: #0191F1;
 }
</style>

background-color css

<style>
 a { background-color: #0191F1; }

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

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

border-color css

<style>
 span { border-color: #0191F1; }

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

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