Html Css Color HEX #0191EE Dodger Blue

📋 copy color: '#0191EE'

red 1 ◦ green 145 ◦ blue 238

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

Shades of Dodger Blue #0191EE

Tints of Dodger Blue #0191EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.98%

R = 0.26%
G = 37.76%
B = 61.98%

CMYK

 C value IS 1.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0191EE (or 0x0191EE) is known color: Dodger Blue. HEX triplet: 01, 91 and EE. RGB value is (1,145,238). Sum of RGB (Red+Green+Blue) = 1+145+238=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #0191EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0191EE is #FE6E11. Grayscale: #707070. Windows color (decimal): -16674322 or 15634689. OLE color: 15634689.

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

Color convert

RGB 1 145 238 -
CMYK 1.00 0.39 0 0.07
HSL 203.54º 0.99% 0.47% -
HSV(B) 203.54º 1% 0.93% -
XYZ 25.57 26.43 84.64 -
YUV 112.55 198.79 48.44 -
System Red Green Blue C M Y K H S L
Decimal 1 145 238 1.00 0.39 0 0.07 203.54 0.99 0.47
Hex 1 91 EE 64 27 0 7 CC 63 2F
Octal 1 221 356 144 47 0 7 314 143 57
Binary 1 10010001 11101110 1100100 100111 0 111 11001100 1100011 101111

Color Harmonies of #0191EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0191EE

Black with #0191EE

Text Example


Text Example

White with #0191EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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