Html Css Color HEX #0671FE Dodger Blue

📋 copy color: '#0671FE'

red 6 ◦ green 113 ◦ blue 254

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

Shades of Dodger Blue #0671FE

Tints of Dodger Blue #0671FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.29%

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

R = 1.61%
G = 30.29%
B = 68.1%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0671FE (or 0x0671FE) is known color: Dodger Blue. HEX triplet: 06, 71 and FE. RGB value is (6,113,254). Sum of RGB (Red+Green+Blue) = 6+113+254=373 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #0671FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0671FE is #F98E01. Grayscale: #606060. Windows color (decimal): -16354818 or 16675078. OLE color: 16675078.

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

Color convert

RGB 6 113 254 -
CMYK 0.98 0.56 0 0.00
HSL 214.11º 0.99% 0.51% -
HSV(B) 214.11º 0.98% 1% -
XYZ 23.87 19 96.18 -
YUV 97.08 216.55 63.04 -
System Red Green Blue C M Y K H S L
Decimal 6 113 254 0.98 0.56 0 0.00 214.11 0.99 0.51
Hex 6 71 FE 62 38 0 0 D6 63 33
Octal 6 161 376 142 70 0 0 326 143 63
Binary 110 1110001 11111110 1100010 111000 0 0 11010110 1100011 110011

Color Harmonies of #0671FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0671FE

Black with #0671FE

Text Example


Text Example

White with #0671FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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