Html Css Color HEX #0698FE Dodger Blue

📋 copy color: '#0698FE'

red 6 ◦ green 152 ◦ blue 254

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

Shades of Dodger Blue #0698FE

Tints of Dodger Blue #0698FE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

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

R = 1.46%
G = 36.89%
B = 61.65%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0698FE (or 0x0698FE) is known color: Dodger Blue. HEX triplet: 06, 98 and FE. RGB value is (6,152,254). Sum of RGB (Red+Green+Blue) = 6+152+254=412 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.46% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #0698FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0698FE is #F96701. Grayscale: #777777. Windows color (decimal): -16344834 or 16685062. OLE color: 16685062.

HSL color Cylindrical-coordinate representation of color #0698FE: hue angle of 204.68º 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 #0698FE is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 152 254 -
CMYK 0.98 0.40 0 0.00
HSL 204.68º 0.99% 0.51% -
HSV(B) 204.68º 0.98% 1% -
XYZ 29.19 29.65 97.95 -
YUV 119.97 203.63 46.71 -
System Red Green Blue C M Y K H S L
Decimal 6 152 254 0.98 0.40 0 0.00 204.68 0.99 0.51
Hex 6 98 FE 62 28 0 0 CD 63 33
Octal 6 230 376 142 50 0 0 315 143 63
Binary 110 10011000 11111110 1100010 101000 0 0 11001101 1100011 110011

Color Harmonies of #0698FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0698FE

Black with #0698FE

Text Example


Text Example

White with #0698FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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