Html Css Color HEX #0213FF Blue

📋 copy color: '#0213FF'

red 2 ◦ green 19 ◦ blue 255

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

Shades of Blue #0213FF

Tints of Blue #0213FF

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

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

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

R = 0.72%
G = 6.88%
B = 92.39%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0213FF (or 0x0213FF) is known color: Blue. HEX triplet: 02, 13 and FF. RGB value is (2,19,255). Sum of RGB (Red+Green+Blue) = 2+19+255=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 255 (100% from 255 or 92.39% from 276); Max value from RGB is 255 - color contains mainly: blue. Hex color #0213FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0213FF is #FDEC00. Grayscale: #272727. Windows color (decimal): -16641025 or 16716546. OLE color: 16716546.

HSL color Cylindrical-coordinate representation of color #0213FF: hue angle of 235.97º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0213FF is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 19 255 -
CMYK 0.99 0.93 0 0
HSL 235.97º 1% 0.5% -
HSV(B) 235.97º 0.99% 1% -
XYZ 18.31 7.7 95.13 -
YUV 40.82 248.87 100.31 -
System Red Green Blue C M Y K H S L
Decimal 2 19 255 0.99 0.93 0 0 235.97 1 0.5
Hex 2 13 FF 63 5D 0 0 EC 64 32
Octal 2 23 377 143 135 0 0 354 144 62
Binary 10 10011 11111111 1100011 1011101 0 0 11101100 1100100 110010

Color Harmonies of #0213FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0213FF

Black with #0213FF

Text Example


Text Example

White with #0213FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0213FF; }

 p { color: rgb(2,19,255); }

 H1.HeaderClassName
 {
   color: #0213FF;
 }
 .AnyTagClassName
 {
   color: #0213FF;
 }
</style>

background-color css

<style>
 a { background-color: #0213FF; }

 a { background-color: rgb(2,19,255); }

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

border-color css

<style>
 span { border-color: #0213FF; }

 span { border-color: rgb(2,19,255); }

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