Html Css Color HEX #2753FA Royal Blue

📋 copy color: '#2753FA'

red 39 ◦ green 83 ◦ blue 250

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

Shades of Royal Blue #2753FA

Tints of Royal Blue #2753FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

 BLUE value IS 250 (98.05% from 255) = 67.2%

R = 10.48%
G = 22.31%
B = 67.2%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2753FA (or 0x2753FA) is known color: Royal Blue. HEX triplet: 27, 53 and FA. RGB value is (39,83,250). Sum of RGB (Red+Green+Blue) = 39+83+250=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #2753FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2753FA is #D8AC05. Grayscale: #585858. Windows color (decimal): -14199814 or 16405287. OLE color: 16405287.

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

Color convert

RGB 39 83 250 -
CMYK 0.84 0.67 0 0.02
HSL 227.49º 0.95% 0.57% -
HSV(B) 227.49º 0.84% 0.98% -
XYZ 21.19 13.52 91.94 -
YUV 88.88 218.92 92.42 -
System Red Green Blue C M Y K H S L
Decimal 39 83 250 0.84 0.67 0 0.02 227.49 0.95 0.57
Hex 27 53 FA 54 43 0 2 E3 5F 39
Octal 47 123 372 124 103 0 2 343 137 71
Binary 100111 1010011 11111010 1010100 1000011 0 10 11100011 1011111 111001

Color Harmonies of #2753FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2753FA

Black with #2753FA

Text Example


Text Example

White with #2753FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2753FA; }

 p { color: rgb(39,83,250); }

 H1.HeaderClassName
 {
   color: #2753FA;
 }
 .AnyTagClassName
 {
   color: #2753FA;
 }
</style>

background-color css

<style>
 a { background-color: #2753FA; }

 a { background-color: rgb(39,83,250); }

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

border-color css

<style>
 span { border-color: #2753FA; }

 span { border-color: rgb(39,83,250); }

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