Html Css Color HEX #0694FB Dodger Blue

📋 copy color: '#0694FB'

red 6 ◦ green 148 ◦ blue 251

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

Shades of Dodger Blue #0694FB

Tints of Dodger Blue #0694FB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 1.48%
G = 36.54%
B = 61.98%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0694FB (or 0x0694FB) is known color: Dodger Blue. HEX triplet: 06, 94 and FB. RGB value is (6,148,251). Sum of RGB (Red+Green+Blue) = 6+148+251=405 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.48% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #0694FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0694FB is #F96B04. Grayscale: #747474. Windows color (decimal): -16345861 or 16487430. OLE color: 16487430.

HSL color Cylindrical-coordinate representation of color #0694FB: hue angle of 205.22º 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 #0694FB is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 148 251 -
CMYK 0.98 0.41 0 0.02
HSL 205.22º 0.97% 0.5% -
HSV(B) 205.22º 0.98% 0.98% -
XYZ 28.08 28.18 95.23 -
YUV 117.28 203.46 48.62 -
System Red Green Blue C M Y K H S L
Decimal 6 148 251 0.98 0.41 0 0.02 205.22 0.97 0.5
Hex 6 94 FB 62 29 0 2 CD 61 32
Octal 6 224 373 142 51 0 2 315 141 62
Binary 110 10010100 11111011 1100010 101001 0 10 11001101 1100001 110010

Color Harmonies of #0694FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0694FB

Black with #0694FB

Text Example


Text Example

White with #0694FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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