Html Css Color HEX #224DFB Neon Blue

📋 copy color: '#224DFB'

red 34 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #224DFB

Tints of Neon Blue #224DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.34%

R = 9.39%
G = 21.27%
B = 69.34%

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

#224DFB (or 0x224DFB) is known color: Neon Blue. HEX triplet: 22, 4D and FB. RGB value is (34,77,251). Sum of RGB (Red+Green+Blue) = 34+77+251=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #224DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DFB is #DDB204. Grayscale: #535353. Windows color (decimal): -14529029 or 16469282. OLE color: 16469282.

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

Color convert

RGB 34 77 251 -
CMYK 0.86 0.69 0 0.02
HSL 228.11º 0.96% 0.56% -
HSV(B) 228.11º 0.86% 0.98% -
XYZ 20.73 12.61 92.61 -
YUV 83.98 222.25 92.35 -
System Red Green Blue C M Y K H S L
Decimal 34 77 251 0.86 0.69 0 0.02 228.11 0.96 0.56
Hex 22 4D FB 56 45 0 2 E4 60 38
Octal 42 115 373 126 105 0 2 344 140 70
Binary 100010 1001101 11111011 1010110 1000101 0 10 11100100 1100000 111000

Color Harmonies of #224DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DFB

Black with #224DFB

Text Example


Text Example

White with #224DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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