Html Css Color HEX #224DFA Neon Blue

📋 copy color: '#224DFA'

red 34 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #224DFA

Tints of Neon Blue #224DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.25%

R = 9.42%
G = 21.33%
B = 69.25%

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

#224DFA (or 0x224DFA) is known color: Neon Blue. HEX triplet: 22, 4D and FA. RGB value is (34,77,250). Sum of RGB (Red+Green+Blue) = 34+77+250=361 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.42% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #224DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #224DFA is #DDB205. Grayscale: #535353. Windows color (decimal): -14529030 or 16403746. OLE color: 16403746.

HSL color Cylindrical-coordinate representation of color #224DFA: hue angle of 228.06º 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 #224DFA is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 77 250 -
CMYK 0.86 0.69 0 0.02
HSL 228.06º 0.96% 0.56% -
HSV(B) 228.06º 0.86% 0.98% -
XYZ 20.57 12.55 91.78 -
YUV 83.87 221.75 92.43 -
System Red Green Blue C M Y K H S L
Decimal 34 77 250 0.86 0.69 0 0.02 228.06 0.96 0.56
Hex 22 4D FA 56 45 0 2 E4 60 38
Octal 42 115 372 126 105 0 2 344 140 70
Binary 100010 1001101 11111010 1010110 1000101 0 10 11100100 1100000 111000

Color Harmonies of #224DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224DFA

Black with #224DFA

Text Example


Text Example

White with #224DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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