Html Css Color HEX #003CFF Blue

📋 copy color: '#003CFF'

red 0 ◦ green 60 ◦ blue 255

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

Shades of Blue #003CFF

Tints of Blue #003CFF

RGB

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

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

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

R = 0%
G = 19.05%
B = 80.95%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#003CFF (or 0x003CFF) is known color: Blue. HEX triplet: 00, 3C and FF. RGB value is (0,60,255). Sum of RGB (Red+Green+Blue) = 0+60+255=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #003CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003CFF is #FFC300. Grayscale: #3F3F3F. Windows color (decimal): -16761601 or 16727040. OLE color: 16727040.

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

Color convert

RGB 0 60 255 -
CMYK 1 0.76 0 0
HSL 225.88º 1% 0.5% -
HSV(B) 225.88º 1% 1% -
XYZ 19.67 10.45 95.59 -
YUV 64.29 235.62 82.14 -
System Red Green Blue C M Y K H S L
Decimal 0 60 255 1 0.76 0 0 225.88 1 0.5
Hex 0 3C FF 64 4C 0 0 E2 64 32
Octal 0 74 377 144 114 0 0 342 144 62
Binary 0 111100 11111111 1100100 1001100 0 0 11100010 1100100 110010

Color Harmonies of #003CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CFF

Black with #003CFF

Text Example


Text Example

White with #003CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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