Html Css Color HEX #0670FB Dodger Blue

📋 copy color: '#0670FB'

red 6 ◦ green 112 ◦ blue 251

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

Shades of Dodger Blue #0670FB

Tints of Dodger Blue #0670FB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

 BLUE value IS 251 (98.44% from 255) = 68.02%

R = 1.63%
G = 30.35%
B = 68.02%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0670FB (or 0x0670FB) is known color: Dodger Blue. HEX triplet: 06, 70 and FB. RGB value is (6,112,251). Sum of RGB (Red+Green+Blue) = 6+112+251=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #0670FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0670FB is #F98F04. Grayscale: #5F5F5F. Windows color (decimal): -16355077 or 16478214. OLE color: 16478214.

HSL color Cylindrical-coordinate representation of color #0670FB: hue angle of 214.04º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0670FB is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 112 251 -
CMYK 0.98 0.55 0 0.02
HSL 214.04º 0.97% 0.5% -
HSV(B) 214.04º 0.98% 0.98% -
XYZ 23.28 18.59 93.63 -
YUV 96.15 215.38 63.7 -
System Red Green Blue C M Y K H S L
Decimal 6 112 251 0.98 0.55 0 0.02 214.04 0.97 0.5
Hex 6 70 FB 62 37 0 2 D6 61 32
Octal 6 160 373 142 67 0 2 326 141 62
Binary 110 1110000 11111011 1100010 110111 0 10 11010110 1100001 110010

Color Harmonies of #0670FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0670FB

Black with #0670FB

Text Example


Text Example

White with #0670FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0670FB; }

 p { color: rgb(6,112,251); }

 H1.HeaderClassName
 {
   color: #0670FB;
 }
 .AnyTagClassName
 {
   color: #0670FB;
 }
</style>

background-color css

<style>
 a { background-color: #0670FB; }

 a { background-color: rgb(6,112,251); }

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

border-color css

<style>
 span { border-color: #0670FB; }

 span { border-color: rgb(6,112,251); }

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