Html Css Color HEX #244AF1 Royal Blue

📋 copy color: '#244AF1'

red 36 ◦ green 74 ◦ blue 241

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

Shades of Royal Blue #244AF1

Tints of Royal Blue #244AF1

RGB

 RED value IS 36 (14.45% from 255) = 10.26%

 GREEN value IS 74 (29.3% from 255) = 21.08%

 BLUE value IS 241 (94.53% from 255) = 68.66%

R = 10.26%
G = 21.08%
B = 68.66%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#244AF1 (or 0x244AF1) is known color: Royal Blue. HEX triplet: 24, 4A and F1. RGB value is (36,74,241). Sum of RGB (Red+Green+Blue) = 36+74+241=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 241 (94.53% from 255 or 68.66% from 351); Max value from RGB is 241 - color contains mainly: blue. Hex color #244AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #244AF1 is #DBB50E. Grayscale: #505050. Windows color (decimal): -14398735 or 15813156. OLE color: 15813156.

HSL color Cylindrical-coordinate representation of color #244AF1: hue angle of 228.88º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #244AF1 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 74 241 -
CMYK 0.85 0.69 0 0.05
HSL 228.88º 0.88% 0.54% -
HSV(B) 228.88º 0.85% 0.95% -
XYZ 19.05 11.62 84.46 -
YUV 81.68 217.91 95.42 -
System Red Green Blue C M Y K H S L
Decimal 36 74 241 0.85 0.69 0 0.05 228.88 0.88 0.54
Hex 24 4A F1 55 45 0 5 E5 58 36
Octal 44 112 361 125 105 0 5 345 130 66
Binary 100100 1001010 11110001 1010101 1000101 0 101 11100101 1011000 110110

Color Harmonies of #244AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244AF1

Black with #244AF1

Text Example


Text Example

White with #244AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244AF1; }

 p { color: rgb(36,74,241); }

 H1.HeaderClassName
 {
   color: #244AF1;
 }
 .AnyTagClassName
 {
   color: #244AF1;
 }
</style>

background-color css

<style>
 a { background-color: #244AF1; }

 a { background-color: rgb(36,74,241); }

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

border-color css

<style>
 span { border-color: #244AF1; }

 span { border-color: rgb(36,74,241); }

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