Html Css Color HEX #0690FE Dodger Blue

📋 copy color: '#0690FE'

red 6 ◦ green 144 ◦ blue 254

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

Shades of Dodger Blue #0690FE

Tints of Dodger Blue #0690FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

 BLUE value IS 254 (99.61% from 255) = 62.87%

R = 1.49%
G = 35.64%
B = 62.87%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0690FE (or 0x0690FE) is known color: Dodger Blue. HEX triplet: 06, 90 and FE. RGB value is (6,144,254). Sum of RGB (Red+Green+Blue) = 6+144+254=404 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #0690FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0690FE is #F96F01. Grayscale: #727272. Windows color (decimal): -16346882 or 16683014. OLE color: 16683014.

HSL color Cylindrical-coordinate representation of color #0690FE: hue angle of 206.61º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0690FE is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 144 254 -
CMYK 0.98 0.43 0 0.00
HSL 206.61º 0.99% 0.51% -
HSV(B) 206.61º 0.98% 1% -
XYZ 27.94 27.14 97.53 -
YUV 115.28 206.28 50.06 -
System Red Green Blue C M Y K H S L
Decimal 6 144 254 0.98 0.43 0 0.00 206.61 0.99 0.51
Hex 6 90 FE 62 2B 0 0 CF 63 33
Octal 6 220 376 142 53 0 0 317 143 63
Binary 110 10010000 11111110 1100010 101011 0 0 11001111 1100011 110011

Color Harmonies of #0690FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0690FE

Black with #0690FE

Text Example


Text Example

White with #0690FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0690FE; }

 p { color: rgb(6,144,254); }

 H1.HeaderClassName
 {
   color: #0690FE;
 }
 .AnyTagClassName
 {
   color: #0690FE;
 }
</style>

background-color css

<style>
 a { background-color: #0690FE; }

 a { background-color: rgb(6,144,254); }

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

border-color css

<style>
 span { border-color: #0690FE; }

 span { border-color: rgb(6,144,254); }

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