Html Css Color HEX #2653FA Royal Blue

📋 copy color: '#2653FA'

red 38 ◦ green 83 ◦ blue 250

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

Shades of Royal Blue #2653FA

Tints of Royal Blue #2653FA

RGB

 RED value IS 38 (15.23% from 255) = 10.24%

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

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

R = 10.24%
G = 22.37%
B = 67.39%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2653FA (or 0x2653FA) is known color: Royal Blue. HEX triplet: 26, 53 and FA. RGB value is (38,83,250). Sum of RGB (Red+Green+Blue) = 38+83+250=371 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.24% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #2653FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2653FA is #D9AC05. Grayscale: #575757. Windows color (decimal): -14265350 or 16405286. OLE color: 16405286.

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

Color convert

RGB 38 83 250 -
CMYK 0.85 0.67 0 0.02
HSL 227.26º 0.95% 0.56% -
HSV(B) 227.26º 0.85% 0.98% -
XYZ 21.15 13.5 91.93 -
YUV 88.58 219.09 91.92 -
System Red Green Blue C M Y K H S L
Decimal 38 83 250 0.85 0.67 0 0.02 227.26 0.95 0.56
Hex 26 53 FA 55 43 0 2 E3 5F 38
Octal 46 123 372 125 103 0 2 343 137 70
Binary 100110 1010011 11111010 1010101 1000011 0 10 11100011 1011111 111000

Color Harmonies of #2653FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2653FA

Black with #2653FA

Text Example


Text Example

White with #2653FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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