Html Css Color HEX #2748EA Royal Blue

📋 copy color: '#2748EA'

red 39 ◦ green 72 ◦ blue 234

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

Shades of Royal Blue #2748EA

Tints of Royal Blue #2748EA

RGB

 RED value IS 39 (15.63% from 255) = 11.3%

 GREEN value IS 72 (28.52% from 255) = 20.87%

 BLUE value IS 234 (91.8% from 255) = 67.83%

R = 11.3%
G = 20.87%
B = 67.83%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2748EA (or 0x2748EA) is known color: Royal Blue. HEX triplet: 27, 48 and EA. RGB value is (39,72,234). Sum of RGB (Red+Green+Blue) = 39+72+234=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #2748EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2748EA is #D8B715. Grayscale: #4F4F4F. Windows color (decimal): -14202646 or 15353895. OLE color: 15353895.

HSL color Cylindrical-coordinate representation of color #2748EA: hue angle of 229.85º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2748EA is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 39 72 234 -
CMYK 0.83 0.69 0 0.08
HSL 229.85º 0.82% 0.54% -
HSV(B) 229.85º 0.83% 0.92% -
XYZ 18.01 11.01 79.02 -
YUV 80.6 214.57 98.33 -
System Red Green Blue C M Y K H S L
Decimal 39 72 234 0.83 0.69 0 0.08 229.85 0.82 0.54
Hex 27 48 EA 53 45 0 8 E6 52 36
Octal 47 110 352 123 105 0 10 346 122 66
Binary 100111 1001000 11101010 1010011 1000101 0 1000 11100110 1010010 110110

Color Harmonies of #2748EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2748EA

Black with #2748EA

Text Example


Text Example

White with #2748EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2748EA; }

 p { color: rgb(39,72,234); }

 H1.HeaderClassName
 {
   color: #2748EA;
 }
 .AnyTagClassName
 {
   color: #2748EA;
 }
</style>

background-color css

<style>
 a { background-color: #2748EA; }

 a { background-color: rgb(39,72,234); }

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

border-color css

<style>
 span { border-color: #2748EA; }

 span { border-color: rgb(39,72,234); }

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