Html Css Color HEX #0313EF Blue

📋 copy color: '#0313EF'

red 3 ◦ green 19 ◦ blue 239

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

Shades of Blue #0313EF

Tints of Blue #0313EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 1.15%
G = 7.28%
B = 91.57%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0313EF (or 0x0313EF) is known color: Blue. HEX triplet: 03, 13 and EF. RGB value is (3,19,239). Sum of RGB (Red+Green+Blue) = 3+19+239=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 239 (93.75% from 255 or 91.57% from 261); Max value from RGB is 239 - color contains mainly: blue. Hex color #0313EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0313EF is #FCEC10. Grayscale: #262626. Windows color (decimal): -16575505 or 15667971. OLE color: 15667971.

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

Color convert

RGB 3 19 239 -
CMYK 0.99 0.92 0 0.06
HSL 235.93º 0.98% 0.47% -
HSV(B) 235.93º 0.99% 0.94% -
XYZ 15.85 6.72 82.12 -
YUV 39.3 240.7 102.11 -
System Red Green Blue C M Y K H S L
Decimal 3 19 239 0.99 0.92 0 0.06 235.93 0.98 0.47
Hex 3 13 EF 63 5C 0 6 EC 62 2F
Octal 3 23 357 143 134 0 6 354 142 57
Binary 11 10011 11101111 1100011 1011100 0 110 11101100 1100010 101111

Color Harmonies of #0313EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0313EF

Black with #0313EF

Text Example


Text Example

White with #0313EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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