Html Css Color HEX #0696FB Dodger Blue

📋 copy color: '#0696FB'

red 6 ◦ green 150 ◦ blue 251

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

Shades of Dodger Blue #0696FB

Tints of Dodger Blue #0696FB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.86%

 BLUE value IS 251 (98.44% from 255) = 61.67%

R = 1.47%
G = 36.86%
B = 61.67%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0696FB (or 0x0696FB) is known color: Dodger Blue. HEX triplet: 06, 96 and FB. RGB value is (6,150,251). Sum of RGB (Red+Green+Blue) = 6+150+251=407 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.47% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #0696FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0696FB is #F96904. Grayscale: #757575. Windows color (decimal): -16345349 or 16487942. OLE color: 16487942.

HSL color Cylindrical-coordinate representation of color #0696FB: hue angle of 204.73º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0696FB is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 150 251 -
CMYK 0.98 0.40 0 0.02
HSL 204.73º 0.97% 0.5% -
HSV(B) 204.73º 0.98% 0.98% -
XYZ 28.39 28.82 95.33 -
YUV 118.46 202.79 47.79 -
System Red Green Blue C M Y K H S L
Decimal 6 150 251 0.98 0.40 0 0.02 204.73 0.97 0.5
Hex 6 96 FB 62 28 0 2 CD 61 32
Octal 6 226 373 142 50 0 2 315 141 62
Binary 110 10010110 11111011 1100010 101000 0 10 11001101 1100001 110010

Color Harmonies of #0696FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0696FB

Black with #0696FB

Text Example


Text Example

White with #0696FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0696FB; }

 p { color: rgb(6,150,251); }

 H1.HeaderClassName
 {
   color: #0696FB;
 }
 .AnyTagClassName
 {
   color: #0696FB;
 }
</style>

background-color css

<style>
 a { background-color: #0696FB; }

 a { background-color: rgb(6,150,251); }

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

border-color css

<style>
 span { border-color: #0696FB; }

 span { border-color: rgb(6,150,251); }

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