Html Css Color HEX #003EFF Blue

📋 copy color: '#003EFF'

red 0 ◦ green 62 ◦ blue 255

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

Shades of Blue #003EFF

Tints of Blue #003EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.56%

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

R = 0%
G = 19.56%
B = 80.44%

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

#003EFF (or 0x003EFF) is known color: Blue. HEX triplet: 00, 3E and FF. RGB value is (0,62,255). Sum of RGB (Red+Green+Blue) = 0+62+255=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 255 (100% from 255 or 80.44% from 317); Max value from RGB is 255 - color contains mainly: blue. Hex color #003EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003EFF is #FFC100. Grayscale: #404040. Windows color (decimal): -16761089 or 16727552. OLE color: 16727552.

HSL color Cylindrical-coordinate representation of color #003EFF: hue angle of 225.41º 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 #003EFF is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 62 255 -
CMYK 1 0.76 0 0
HSL 225.41º 1% 0.5% -
HSV(B) 225.41º 1% 1% -
XYZ 19.77 10.67 95.62 -
YUV 65.46 234.96 81.31 -
System Red Green Blue C M Y K H S L
Decimal 0 62 255 1 0.76 0 0 225.41 1 0.5
Hex 0 3E FF 64 4C 0 0 E1 64 32
Octal 0 76 377 144 114 0 0 341 144 62
Binary 0 111110 11111111 1100100 1001100 0 0 11100001 1100100 110010

Color Harmonies of #003EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003EFF

Black with #003EFF

Text Example


Text Example

White with #003EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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