Html Css Color HEX #275AFD Royal Blue

📋 copy color: '#275AFD'

red 39 ◦ green 90 ◦ blue 253

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

Shades of Royal Blue #275AFD

Tints of Royal Blue #275AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.56%

 BLUE value IS 253 (99.22% from 255) = 66.23%

R = 10.21%
G = 23.56%
B = 66.23%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#275AFD (or 0x275AFD) is known color: Royal Blue. HEX triplet: 27, 5A and FD. RGB value is (39,90,253). Sum of RGB (Red+Green+Blue) = 39+90+253=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #275AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275AFD is #D8A502. Grayscale: #5C5C5C. Windows color (decimal): -14198019 or 16603687. OLE color: 16603687.

HSL color Cylindrical-coordinate representation of color #275AFD: hue angle of 225.7º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #275AFD is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 90 253 -
CMYK 0.85 0.64 0 0.01
HSL 225.7º 0.98% 0.57% -
HSV(B) 225.7º 0.85% 0.99% -
XYZ 22.22 14.84 94.62 -
YUV 93.33 218.1 89.25 -
System Red Green Blue C M Y K H S L
Decimal 39 90 253 0.85 0.64 0 0.01 225.7 0.98 0.57
Hex 27 5A FD 55 40 0 1 E2 62 39
Octal 47 132 375 125 100 0 1 342 142 71
Binary 100111 1011010 11111101 1010101 1000000 0 1 11100010 1100010 111001

Color Harmonies of #275AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275AFD

Black with #275AFD

Text Example


Text Example

White with #275AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275AFD; }

 p { color: rgb(39,90,253); }

 H1.HeaderClassName
 {
   color: #275AFD;
 }
 .AnyTagClassName
 {
   color: #275AFD;
 }
</style>

background-color css

<style>
 a { background-color: #275AFD; }

 a { background-color: rgb(39,90,253); }

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

border-color css

<style>
 span { border-color: #275AFD; }

 span { border-color: rgb(39,90,253); }

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