Html Css Color HEX #2252F9 Royal Blue

📋 copy color: '#2252F9'

red 34 ◦ green 82 ◦ blue 249

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

Shades of Royal Blue #2252F9

Tints of Royal Blue #2252F9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.47%

 BLUE value IS 249 (97.66% from 255) = 68.22%

R = 9.32%
G = 22.47%
B = 68.22%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2252F9 (or 0x2252F9) is known color: Royal Blue. HEX triplet: 22, 52 and F9. RGB value is (34,82,249). Sum of RGB (Red+Green+Blue) = 34+82+249=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #2252F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2252F9 is #DDAD06. Grayscale: #555555. Windows color (decimal): -14527751 or 16339490. OLE color: 16339490.

HSL color Cylindrical-coordinate representation of color #2252F9: hue angle of 226.6º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2252F9 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 82 249 -
CMYK 0.86 0.67 0 0.02
HSL 226.6º 0.95% 0.55% -
HSV(B) 226.6º 0.86% 0.98% -
XYZ 20.78 13.21 91.08 -
YUV 86.69 219.6 90.42 -
System Red Green Blue C M Y K H S L
Decimal 34 82 249 0.86 0.67 0 0.02 226.6 0.95 0.55
Hex 22 52 F9 56 43 0 2 E3 5F 37
Octal 42 122 371 126 103 0 2 343 137 67
Binary 100010 1010010 11111001 1010110 1000011 0 10 11100011 1011111 110111

Color Harmonies of #2252F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2252F9

Black with #2252F9

Text Example


Text Example

White with #2252F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2252F9; }

 p { color: rgb(34,82,249); }

 H1.HeaderClassName
 {
   color: #2252F9;
 }
 .AnyTagClassName
 {
   color: #2252F9;
 }
</style>

background-color css

<style>
 a { background-color: #2252F9; }

 a { background-color: rgb(34,82,249); }

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

border-color css

<style>
 span { border-color: #2252F9; }

 span { border-color: rgb(34,82,249); }

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