Html Css Color HEX #244CF2 Royal Blue

📋 copy color: '#244CF2'

red 36 ◦ green 76 ◦ blue 242

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

Shades of Royal Blue #244CF2

Tints of Royal Blue #244CF2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

 BLUE value IS 242 (94.92% from 255) = 68.36%

R = 10.17%
G = 21.47%
B = 68.36%

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

#244CF2 (or 0x244CF2) is known color: Royal Blue. HEX triplet: 24, 4C and F2. RGB value is (36,76,242). Sum of RGB (Red+Green+Blue) = 36+76+242=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 242 (94.92% from 255 or 68.36% from 354); Max value from RGB is 242 - color contains mainly: blue. Hex color #244CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #244CF2 is #DBB30D. Grayscale: #525252. Windows color (decimal): -14398222 or 15879204. OLE color: 15879204.

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

Color convert

RGB 36 76 242 -
CMYK 0.85 0.69 0 0.05
HSL 228.35º 0.89% 0.55% -
HSV(B) 228.35º 0.85% 0.95% -
XYZ 19.34 11.95 85.29 -
YUV 82.96 217.75 94.5 -
System Red Green Blue C M Y K H S L
Decimal 36 76 242 0.85 0.69 0 0.05 228.35 0.89 0.55
Hex 24 4C F2 55 45 0 5 E4 59 37
Octal 44 114 362 125 105 0 5 344 131 67
Binary 100100 1001100 11110010 1010101 1000101 0 101 11100100 1011001 110111

Color Harmonies of #244CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244CF2

Black with #244CF2

Text Example


Text Example

White with #244CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,76,242); }

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

background-color css

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

 a { background-color: rgb(36,76,242); }

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

border-color css

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

 span { border-color: rgb(36,76,242); }

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