Html Css Color HEX #224DFF Neon Blue

📋 copy color: '#224DFF'

red 34 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #224DFF

Tints of Neon Blue #224DFF

RGB

 RED value IS 34 (13.67% from 255) = 9.29%

 GREEN value IS 77 (30.47% from 255) = 21.04%

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

R = 9.29%
G = 21.04%
B = 69.67%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#224DFF (or 0x224DFF) is known color: Neon Blue. HEX triplet: 22, 4D and FF. RGB value is (34,77,255). Sum of RGB (Red+Green+Blue) = 34+77+255=366 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.29% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #224DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DFF is #DDB200. Grayscale: #535353. Windows color (decimal): -14529025 or 16731426. OLE color: 16731426.

HSL color Cylindrical-coordinate representation of color #224DFF: hue angle of 228.33º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #224DFF is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 34 77 255 -
CMYK 0.87 0.70 0 0
HSL 228.33º 1% 0.57% -
HSV(B) 228.33º 0.87% 1% -
XYZ 21.36 12.87 95.97 -
YUV 84.44 224.25 92.03 -
System Red Green Blue C M Y K H S L
Decimal 34 77 255 0.87 0.70 0 0 228.33 1 0.57
Hex 22 4D FF 57 46 0 0 E4 64 39
Octal 42 115 377 127 106 0 0 344 144 71
Binary 100010 1001101 11111111 1010111 1000110 0 0 11100100 1100100 111001

Color Harmonies of #224DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DFF

Black with #224DFF

Text Example


Text Example

White with #224DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224DFF; }

 p { color: rgb(34,77,255); }

 H1.HeaderClassName
 {
   color: #224DFF;
 }
 .AnyTagClassName
 {
   color: #224DFF;
 }
</style>

background-color css

<style>
 a { background-color: #224DFF; }

 a { background-color: rgb(34,77,255); }

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

border-color css

<style>
 span { border-color: #224DFF; }

 span { border-color: rgb(34,77,255); }

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