Html Css Color HEX #003EFD Blue

📋 copy color: '#003EFD'

red 0 ◦ green 62 ◦ blue 253

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

Shades of Blue #003EFD

Tints of Blue #003EFD

RGB

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

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

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

R = 0%
G = 19.68%
B = 80.32%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#003EFD (or 0x003EFD) is known color: Blue. HEX triplet: 00, 3E and FD. RGB value is (0,62,253). Sum of RGB (Red+Green+Blue) = 0+62+253=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #003EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003EFD is #FFC102. Grayscale: #404040. Windows color (decimal): -16761091 or 16596480. OLE color: 16596480.

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

Color convert

RGB 0 62 253 -
CMYK 1 0.75 0 0.01
HSL 225.3º 1% 0.5% -
HSV(B) 225.3º 1% 0.99% -
XYZ 19.45 10.54 93.94 -
YUV 65.24 233.96 81.47 -
System Red Green Blue C M Y K H S L
Decimal 0 62 253 1 0.75 0 0.01 225.3 1 0.5
Hex 0 3E FD 64 4B 0 1 E1 64 32
Octal 0 76 375 144 113 0 1 341 144 62
Binary 0 111110 11111101 1100100 1001011 0 1 11100001 1100100 110010

Color Harmonies of #003EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003EFD

Black with #003EFD

Text Example


Text Example

White with #003EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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