Html Css Color HEX #0671FF Dodger Blue

📋 copy color: '#0671FF'

red 6 ◦ green 113 ◦ blue 255

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

Shades of Dodger Blue #0671FF

Tints of Dodger Blue #0671FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.18%

R = 1.6%
G = 30.21%
B = 68.18%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0671FF (or 0x0671FF) is known color: Dodger Blue. HEX triplet: 06, 71 and FF. RGB value is (6,113,255). Sum of RGB (Red+Green+Blue) = 6+113+255=374 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #0671FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0671FF is #F98E00. Grayscale: #606060. Windows color (decimal): -16354817 or 16740614. OLE color: 16740614.

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

Color convert

RGB 6 113 255 -
CMYK 0.98 0.56 0 0
HSL 214.22º 1% 0.51% -
HSV(B) 214.22º 0.98% 1% -
XYZ 24.03 19.07 97.02 -
YUV 97.2 217.05 62.95 -
System Red Green Blue C M Y K H S L
Decimal 6 113 255 0.98 0.56 0 0 214.22 1 0.51
Hex 6 71 FF 62 38 0 0 D6 64 33
Octal 6 161 377 142 70 0 0 326 144 63
Binary 110 1110001 11111111 1100010 111000 0 0 11010110 1100100 110011

Color Harmonies of #0671FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0671FF

Black with #0671FF

Text Example


Text Example

White with #0671FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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