Html Css Color HEX #0691EA Dodger Blue

📋 copy color: '#0691EA'

red 6 ◦ green 145 ◦ blue 234

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

Shades of Dodger Blue #0691EA

Tints of Dodger Blue #0691EA

RGB

 RED value IS 6 (2.73% from 255) = 1.56%

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

 BLUE value IS 234 (91.8% from 255) = 60.78%

R = 1.56%
G = 37.66%
B = 60.78%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0691EA (or 0x0691EA) is known color: Dodger Blue. HEX triplet: 06, 91 and EA. RGB value is (6,145,234). Sum of RGB (Red+Green+Blue) = 6+145+234=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #0691EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0691EA is #F96E15. Grayscale: #717171. Windows color (decimal): -16346646 or 15372550. OLE color: 15372550.

HSL color Cylindrical-coordinate representation of color #0691EA: hue angle of 203.42º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0691EA is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 145 234 -
CMYK 0.97 0.38 0 0.08
HSL 203.42º 0.95% 0.47% -
HSV(B) 203.42º 0.97% 0.92% -
XYZ 25.05 26.23 81.58 -
YUV 113.59 195.95 51.26 -
System Red Green Blue C M Y K H S L
Decimal 6 145 234 0.97 0.38 0 0.08 203.42 0.95 0.47
Hex 6 91 EA 61 26 0 8 CB 5F 2F
Octal 6 221 352 141 46 0 10 313 137 57
Binary 110 10010001 11101010 1100001 100110 0 1000 11001011 1011111 101111

Color Harmonies of #0691EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0691EA

Black with #0691EA

Text Example


Text Example

White with #0691EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0691EA; }

 p { color: rgb(6,145,234); }

 H1.HeaderClassName
 {
   color: #0691EA;
 }
 .AnyTagClassName
 {
   color: #0691EA;
 }
</style>

background-color css

<style>
 a { background-color: #0691EA; }

 a { background-color: rgb(6,145,234); }

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

border-color css

<style>
 span { border-color: #0691EA; }

 span { border-color: rgb(6,145,234); }

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