Html Css Color HEX #0301EF Blue

📋 copy color: '#0301EF'

red 3 ◦ green 1 ◦ blue 239

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

Shades of Blue #0301EF

Tints of Blue #0301EF

RGB

 RED value IS 3 (1.56% from 255) = 1.23%

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 239 (93.75% from 255) = 98.35%

R = 1.23%
G = 0.41%
B = 98.35%

CMYK

 C value IS 0.99

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0301EF (or 0x0301EF) is known color: Blue. HEX triplet: 03, 01 and EF. RGB value is (3,1,239). Sum of RGB (Red+Green+Blue) = 3+1+239=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 239 (93.75% from 255 or 98.35% from 243); Max value from RGB is 239 - color contains mainly: blue. Hex color #0301EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0301EF is #FCFE10. Grayscale: #1B1B1B. Windows color (decimal): -16580113 or 15663363. OLE color: 15663363.

HSL color Cylindrical-coordinate representation of color #0301EF: hue angle of 240.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0301EF is Cyan = 0.99, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 1 239 -
CMYK 0.99 1.00 0 0.06
HSL 240.5º 0.99% 0.47% -
HSV(B) 240.5º 1% 0.94% -
XYZ 15.63 6.27 82.05 -
YUV 28.73 246.66 109.65 -
System Red Green Blue C M Y K H S L
Decimal 3 1 239 0.99 1.00 0 0.06 240.5 0.99 0.47
Hex 3 1 EF 63 64 0 6 F1 63 2F
Octal 3 1 357 143 144 0 6 361 143 57
Binary 11 1 11101111 1100011 1100100 0 110 11110001 1100011 101111

Color Harmonies of #0301EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0301EF

Black with #0301EF

Text Example


Text Example

White with #0301EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0301EF; }

 p { color: rgb(3,1,239); }

 H1.HeaderClassName
 {
   color: #0301EF;
 }
 .AnyTagClassName
 {
   color: #0301EF;
 }
</style>

background-color css

<style>
 a { background-color: #0301EF; }

 a { background-color: rgb(3,1,239); }

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

border-color css

<style>
 span { border-color: #0301EF; }

 span { border-color: rgb(3,1,239); }

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