Html Css Color HEX #0021FC Blue

📋 copy color: '#0021FC'

red 0 ◦ green 33 ◦ blue 252

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

Shades of Blue #0021FC

Tints of Blue #0021FC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.58%

 BLUE value IS 252 (98.83% from 255) = 88.42%

R = 0%
G = 11.58%
B = 88.42%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0021FC (or 0x0021FC) is known color: Blue. HEX triplet: 00, 21 and FC. RGB value is (0,33,252). Sum of RGB (Red+Green+Blue) = 0+33+252=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 252 (98.83% from 255 or 88.42% from 285); Max value from RGB is 252 - color contains mainly: blue. Hex color #0021FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0021FC is #FFDE03. Grayscale: #2F2F2F. Windows color (decimal): -16768516 or 16523520. OLE color: 16523520.

HSL color Cylindrical-coordinate representation of color #0021FC: hue angle of 232.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0021FC is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 33 252 -
CMYK 1 0.87 0 0.01
HSL 232.14º 1% 0.49% -
HSV(B) 232.14º 1% 0.99% -
XYZ 18.11 8.12 92.71 -
YUV 48.1 243.07 93.69 -
System Red Green Blue C M Y K H S L
Decimal 0 33 252 1 0.87 0 0.01 232.14 1 0.49
Hex 0 21 FC 64 57 0 1 E8 64 31
Octal 0 41 374 144 127 0 1 350 144 61
Binary 0 100001 11111100 1100100 1010111 0 1 11101000 1100100 110001

Color Harmonies of #0021FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0021FC

Black with #0021FC

Text Example


Text Example

White with #0021FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0021FC; }

 p { color: rgb(0,33,252); }

 H1.HeaderClassName
 {
   color: #0021FC;
 }
 .AnyTagClassName
 {
   color: #0021FC;
 }
</style>

background-color css

<style>
 a { background-color: #0021FC; }

 a { background-color: rgb(0,33,252); }

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

border-color css

<style>
 span { border-color: #0021FC; }

 span { border-color: rgb(0,33,252); }

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