Html Css Color HEX #0681FE Dodger Blue

📋 copy color: '#0681FE'

red 6 ◦ green 129 ◦ blue 254

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

Shades of Dodger Blue #0681FE

Tints of Dodger Blue #0681FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

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

R = 1.54%
G = 33.16%
B = 65.3%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0681FE (or 0x0681FE) is known color: Dodger Blue. HEX triplet: 06, 81 and FE. RGB value is (6,129,254). Sum of RGB (Red+Green+Blue) = 6+129+254=389 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #0681FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0681FE is #F97E01. Grayscale: #696969. Windows color (decimal): -16350722 or 16679174. OLE color: 16679174.

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

Color convert

RGB 6 129 254 -
CMYK 0.98 0.49 0 0.00
HSL 210.24º 0.99% 0.51% -
HSV(B) 210.24º 0.98% 1% -
XYZ 25.81 22.89 96.82 -
YUV 106.47 211.25 56.34 -
System Red Green Blue C M Y K H S L
Decimal 6 129 254 0.98 0.49 0 0.00 210.24 0.99 0.51
Hex 6 81 FE 62 31 0 0 D2 63 33
Octal 6 201 376 142 61 0 0 322 143 63
Binary 110 10000001 11111110 1100010 110001 0 0 11010010 1100011 110011

Color Harmonies of #0681FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0681FE

Black with #0681FE

Text Example


Text Example

White with #0681FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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