Html Css Color HEX #2552EF Royal Blue

📋 copy color: '#2552EF'

red 37 ◦ green 82 ◦ blue 239

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

Shades of Royal Blue #2552EF

Tints of Royal Blue #2552EF

RGB

 RED value IS 37 (14.84% from 255) = 10.34%

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

 BLUE value IS 239 (93.75% from 255) = 66.76%

R = 10.34%
G = 22.91%
B = 66.76%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2552EF (or 0x2552EF) is known color: Royal Blue. HEX triplet: 25, 52 and EF. RGB value is (37,82,239). Sum of RGB (Red+Green+Blue) = 37+82+239=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #2552EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2552EF is #DAAD10. Grayscale: #555555. Windows color (decimal): -14331153 or 15684133. OLE color: 15684133.

HSL color Cylindrical-coordinate representation of color #2552EF: hue angle of 226.63º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2552EF is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 82 239 -
CMYK 0.85 0.66 0 0.06
HSL 226.63º 0.86% 0.54% -
HSV(B) 226.63º 0.85% 0.94% -
XYZ 19.36 12.66 83.08 -
YUV 86.44 214.09 92.73 -
System Red Green Blue C M Y K H S L
Decimal 37 82 239 0.85 0.66 0 0.06 226.63 0.86 0.54
Hex 25 52 EF 55 42 0 6 E3 56 36
Octal 45 122 357 125 102 0 6 343 126 66
Binary 100101 1010010 11101111 1010101 1000010 0 110 11100011 1010110 110110

Color Harmonies of #2552EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2552EF

Black with #2552EF

Text Example


Text Example

White with #2552EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2552EF; }

 p { color: rgb(37,82,239); }

 H1.HeaderClassName
 {
   color: #2552EF;
 }
 .AnyTagClassName
 {
   color: #2552EF;
 }
</style>

background-color css

<style>
 a { background-color: #2552EF; }

 a { background-color: rgb(37,82,239); }

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

border-color css

<style>
 span { border-color: #2552EF; }

 span { border-color: rgb(37,82,239); }

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