Html Css Color HEX #003BF8 Blue

📋 copy color: '#003BF8'

red 0 ◦ green 59 ◦ blue 248

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

Shades of Blue #003BF8

Tints of Blue #003BF8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.22%

 BLUE value IS 248 (97.27% from 255) = 80.78%

R = 0%
G = 19.22%
B = 80.78%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#003BF8 (or 0x003BF8) is known color: Blue. HEX triplet: 00, 3B and F8. RGB value is (0,59,248). Sum of RGB (Red+Green+Blue) = 0+59+248=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 248 (97.27% from 255 or 80.78% from 307); Max value from RGB is 248 - color contains mainly: blue. Hex color #003BF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BF8 is #FFC407. Grayscale: #3E3E3E. Windows color (decimal): -16761864 or 16268032. OLE color: 16268032.

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

Color convert

RGB 0 59 248 -
CMYK 1 0.76 0 0.03
HSL 225.73º 1% 0.49% -
HSV(B) 225.73º 1% 0.97% -
XYZ 18.51 9.91 89.74 -
YUV 62.91 232.45 83.13 -
System Red Green Blue C M Y K H S L
Decimal 0 59 248 1 0.76 0 0.03 225.73 1 0.49
Hex 0 3B F8 64 4C 0 3 E2 64 31
Octal 0 73 370 144 114 0 3 342 144 61
Binary 0 111011 11111000 1100100 1001100 0 11 11100010 1100100 110001

Color Harmonies of #003BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BF8

Black with #003BF8

Text Example


Text Example

White with #003BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,59,248); }

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

background-color css

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

 a { background-color: rgb(0,59,248); }

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

border-color css

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

 span { border-color: rgb(0,59,248); }

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