Html Css Color HEX #224DF8 Neon Blue

📋 copy color: '#224DF8'

red 34 ◦ green 77 ◦ blue 248

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

Shades of Neon Blue #224DF8

Tints of Neon Blue #224DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 69.08%

R = 9.47%
G = 21.45%
B = 69.08%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#224DF8 (or 0x224DF8) is known color: Neon Blue. HEX triplet: 22, 4D and F8. RGB value is (34,77,248). Sum of RGB (Red+Green+Blue) = 34+77+248=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 248 (97.27% from 255 or 69.08% from 359); Max value from RGB is 248 - color contains mainly: blue. Hex color #224DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DF8 is #DDB207. Grayscale: #525252. Windows color (decimal): -14529032 or 16272674. OLE color: 16272674.

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

Color convert

RGB 34 77 248 -
CMYK 0.86 0.69 0 0.03
HSL 227.94º 0.94% 0.55% -
HSV(B) 227.94º 0.86% 0.97% -
XYZ 20.26 12.43 90.14 -
YUV 83.64 220.75 92.6 -
System Red Green Blue C M Y K H S L
Decimal 34 77 248 0.86 0.69 0 0.03 227.94 0.94 0.55
Hex 22 4D F8 56 45 0 3 E4 5E 37
Octal 42 115 370 126 105 0 3 344 136 67
Binary 100010 1001101 11111000 1010110 1000101 0 11 11100100 1011110 110111

Color Harmonies of #224DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DF8

Black with #224DF8

Text Example


Text Example

White with #224DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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