Html Css Color HEX #213DF4 Neon Blue

📋 copy color: '#213DF4'

red 33 ◦ green 61 ◦ blue 244

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

Shades of Neon Blue #213DF4

Tints of Neon Blue #213DF4

RGB

 RED value IS 33 (13.28% from 255) = 9.76%

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 244 (95.7% from 255) = 72.19%

R = 9.76%
G = 18.05%
B = 72.19%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#213DF4 (or 0x213DF4) is known color: Neon Blue. HEX triplet: 21, 3D and F4. RGB value is (33,61,244). Sum of RGB (Red+Green+Blue) = 33+61+244=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 244 (95.70% from 255 or 72.19% from 338); Max value from RGB is 244 - color contains mainly: blue. Hex color #213DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213DF4 is #DEC20B. Grayscale: #484848. Windows color (decimal): -14598668 or 16006433. OLE color: 16006433.

HSL color Cylindrical-coordinate representation of color #213DF4: hue angle of 232.04º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213DF4 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 61 244 -
CMYK 0.86 0.75 0 0.04
HSL 232.04º 0.91% 0.54% -
HSV(B) 232.04º 0.86% 0.96% -
XYZ 18.63 10.19 86.57 -
YUV 73.49 224.22 99.12 -
System Red Green Blue C M Y K H S L
Decimal 33 61 244 0.86 0.75 0 0.04 232.04 0.91 0.54
Hex 21 3D F4 56 4B 0 4 E8 5B 36
Octal 41 75 364 126 113 0 4 350 133 66
Binary 100001 111101 11110100 1010110 1001011 0 100 11101000 1011011 110110

Color Harmonies of #213DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DF4

Black with #213DF4

Text Example


Text Example

White with #213DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213DF4; }

 p { color: rgb(33,61,244); }

 H1.HeaderClassName
 {
   color: #213DF4;
 }
 .AnyTagClassName
 {
   color: #213DF4;
 }
</style>

background-color css

<style>
 a { background-color: #213DF4; }

 a { background-color: rgb(33,61,244); }

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

border-color css

<style>
 span { border-color: #213DF4; }

 span { border-color: rgb(33,61,244); }

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