Html Css Color HEX #0675FD Dodger Blue

📋 copy color: '#0675FD'

red 6 ◦ green 117 ◦ blue 253

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

Shades of Dodger Blue #0675FD

Tints of Dodger Blue #0675FD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

 BLUE value IS 253 (99.22% from 255) = 67.29%

R = 1.6%
G = 31.12%
B = 67.29%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0675FD (or 0x0675FD) is known color: Dodger Blue. HEX triplet: 06, 75 and FD. RGB value is (6,117,253). Sum of RGB (Red+Green+Blue) = 6+117+253=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #0675FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0675FD is #F98A02. Grayscale: #626262. Windows color (decimal): -16353795 or 16610566. OLE color: 16610566.

HSL color Cylindrical-coordinate representation of color #0675FD: hue angle of 213.04º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0675FD is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 117 253 -
CMYK 0.98 0.54 0 0.01
HSL 213.04º 0.98% 0.51% -
HSV(B) 213.04º 0.98% 0.99% -
XYZ 24.17 19.85 95.49 -
YUV 99.32 214.73 61.44 -
System Red Green Blue C M Y K H S L
Decimal 6 117 253 0.98 0.54 0 0.01 213.04 0.98 0.51
Hex 6 75 FD 62 36 0 1 D5 62 33
Octal 6 165 375 142 66 0 1 325 142 63
Binary 110 1110101 11111101 1100010 110110 0 1 11010101 1100010 110011

Color Harmonies of #0675FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0675FD

Black with #0675FD

Text Example


Text Example

White with #0675FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0675FD; }

 p { color: rgb(6,117,253); }

 H1.HeaderClassName
 {
   color: #0675FD;
 }
 .AnyTagClassName
 {
   color: #0675FD;
 }
</style>

background-color css

<style>
 a { background-color: #0675FD; }

 a { background-color: rgb(6,117,253); }

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

border-color css

<style>
 span { border-color: #0675FD; }

 span { border-color: rgb(6,117,253); }

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