Html Css Color HEX #224DF9 Neon Blue

📋 copy color: '#224DF9'

red 34 ◦ green 77 ◦ blue 249

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

Shades of Neon Blue #224DF9

Tints of Neon Blue #224DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 69.17%

R = 9.44%
G = 21.39%
B = 69.17%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#224DF9 (or 0x224DF9) is known color: Neon Blue. HEX triplet: 22, 4D and F9. RGB value is (34,77,249). Sum of RGB (Red+Green+Blue) = 34+77+249=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #224DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DF9 is #DDB206. Grayscale: #535353. Windows color (decimal): -14529031 or 16338210. OLE color: 16338210.

HSL color Cylindrical-coordinate representation of color #224DF9: hue angle of 228º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #224DF9 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 77 249 -
CMYK 0.86 0.69 0 0.02
HSL 228º 0.95% 0.55% -
HSV(B) 228º 0.86% 0.98% -
XYZ 20.41 12.49 90.96 -
YUV 83.75 221.25 92.51 -
System Red Green Blue C M Y K H S L
Decimal 34 77 249 0.86 0.69 0 0.02 228 0.95 0.55
Hex 22 4D F9 56 45 0 2 E4 5F 37
Octal 42 115 371 126 105 0 2 344 137 67
Binary 100010 1001101 11111001 1010110 1000101 0 10 11100100 1011111 110111

Color Harmonies of #224DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DF9

Black with #224DF9

Text Example


Text Example

White with #224DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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