Html Css Color HEX #003CFA Blue

📋 copy color: '#003CFA'

red 0 ◦ green 60 ◦ blue 250

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

Shades of Blue #003CFA

Tints of Blue #003CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 80.65%

R = 0%
G = 19.35%
B = 80.65%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#003CFA (or 0x003CFA) is known color: Blue. HEX triplet: 00, 3C and FA. RGB value is (0,60,250). Sum of RGB (Red+Green+Blue) = 0+60+250=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 250 (98.05% from 255 or 80.65% from 310); Max value from RGB is 250 - color contains mainly: blue. Hex color #003CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003CFA is #FFC305. Grayscale: #3E3E3E. Windows color (decimal): -16761606 or 16399360. OLE color: 16399360.

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

Color convert

RGB 0 60 250 -
CMYK 1 0.76 0 0.02
HSL 225.6º 1% 0.49% -
HSV(B) 225.6º 1% 0.98% -
XYZ 18.87 10.13 91.4 -
YUV 63.72 233.12 82.55 -
System Red Green Blue C M Y K H S L
Decimal 0 60 250 1 0.76 0 0.02 225.6 1 0.49
Hex 0 3C FA 64 4C 0 2 E2 64 31
Octal 0 74 372 144 114 0 2 342 144 61
Binary 0 111100 11111010 1100100 1001100 0 10 11100010 1100100 110001

Color Harmonies of #003CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CFA

Black with #003CFA

Text Example


Text Example

White with #003CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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