Html Css Color HEX #003CFD Blue

📋 copy color: '#003CFD'

red 0 ◦ green 60 ◦ blue 253

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

Shades of Blue #003CFD

Tints of Blue #003CFD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 60 (23.83% from 255) = 19.17%

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

R = 0%
G = 19.17%
B = 80.83%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#003CFD (or 0x003CFD) is known color: Blue. HEX triplet: 00, 3C and FD. RGB value is (0,60,253). Sum of RGB (Red+Green+Blue) = 0+60+253=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 253 (99.22% from 255 or 80.83% from 313); Max value from RGB is 253 - color contains mainly: blue. Hex color #003CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003CFD is #FFC302. Grayscale: #3F3F3F. Windows color (decimal): -16761603 or 16595968. OLE color: 16595968.

HSL color Cylindrical-coordinate representation of color #003CFD: hue angle of 225.77º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CFD is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 60 253 -
CMYK 1 0.76 0 0.01
HSL 225.77º 1% 0.5% -
HSV(B) 225.77º 1% 0.99% -
XYZ 19.35 10.32 93.9 -
YUV 64.06 234.62 82.31 -
System Red Green Blue C M Y K H S L
Decimal 0 60 253 1 0.76 0 0.01 225.77 1 0.5
Hex 0 3C FD 64 4C 0 1 E2 64 32
Octal 0 74 375 144 114 0 1 342 144 62
Binary 0 111100 11111101 1100100 1001100 0 1 11100010 1100100 110010

Color Harmonies of #003CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CFD

Black with #003CFD

Text Example


Text Example

White with #003CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003CFD; }

 p { color: rgb(0,60,253); }

 H1.HeaderClassName
 {
   color: #003CFD;
 }
 .AnyTagClassName
 {
   color: #003CFD;
 }
</style>

background-color css

<style>
 a { background-color: #003CFD; }

 a { background-color: rgb(0,60,253); }

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

border-color css

<style>
 span { border-color: #003CFD; }

 span { border-color: rgb(0,60,253); }

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