Html Css Color HEX #0695E6 Dodger Blue

📋 copy color: '#0695E6'

red 6 ◦ green 149 ◦ blue 230

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

Shades of Dodger Blue #0695E6

Tints of Dodger Blue #0695E6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.7%

 BLUE value IS 230 (90.23% from 255) = 59.74%

R = 1.56%
G = 38.7%
B = 59.74%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0695E6 (or 0x0695E6) is known color: Dodger Blue. HEX triplet: 06, 95 and E6. RGB value is (6,149,230). Sum of RGB (Red+Green+Blue) = 6+149+230=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #0695E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0695E6 is #F96A19. Grayscale: #737373. Windows color (decimal): -16345626 or 15111430. OLE color: 15111430.

HSL color Cylindrical-coordinate representation of color #0695E6: hue angle of 201.7º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0695E6 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 6 149 230 -
CMYK 0.97 0.35 0 0.10
HSL 201.7º 0.95% 0.46% -
HSV(B) 201.7º 0.97% 0.9% -
XYZ 25.11 27.25 78.8 -
YUV 115.48 192.62 49.91 -
System Red Green Blue C M Y K H S L
Decimal 6 149 230 0.97 0.35 0 0.10 201.7 0.95 0.46
Hex 6 95 E6 61 23 0 A CA 5F 2E
Octal 6 225 346 141 43 0 12 312 137 56
Binary 110 10010101 11100110 1100001 100011 0 1010 11001010 1011111 101110

Color Harmonies of #0695E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0695E6

Black with #0695E6

Text Example


Text Example

White with #0695E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0695E6; }

 p { color: rgb(6,149,230); }

 H1.HeaderClassName
 {
   color: #0695E6;
 }
 .AnyTagClassName
 {
   color: #0695E6;
 }
</style>

background-color css

<style>
 a { background-color: #0695E6; }

 a { background-color: rgb(6,149,230); }

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

border-color css

<style>
 span { border-color: #0695E6; }

 span { border-color: rgb(6,149,230); }

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