Html Css Color HEX #275CFD Royal Blue

📋 copy color: '#275CFD'

red 39 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #275CFD

Tints of Royal Blue #275CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

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

R = 10.16%
G = 23.96%
B = 65.89%

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

#275CFD (or 0x275CFD) is known color: Royal Blue. HEX triplet: 27, 5C and FD. RGB value is (39,92,253). Sum of RGB (Red+Green+Blue) = 39+92+253=384 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.16% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #275CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275CFD is #D8A302. Grayscale: #5D5D5D. Windows color (decimal): -14197507 or 16604199. OLE color: 16604199.

HSL color Cylindrical-coordinate representation of color #275CFD: hue angle of 225.14º 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 #275CFD is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 92 253 -
CMYK 0.85 0.64 0 0.01
HSL 225.14º 0.98% 0.57% -
HSV(B) 225.14º 0.85% 0.99% -
XYZ 22.39 15.18 94.68 -
YUV 94.51 217.44 88.41 -
System Red Green Blue C M Y K H S L
Decimal 39 92 253 0.85 0.64 0 0.01 225.14 0.98 0.57
Hex 27 5C FD 55 40 0 1 E1 62 39
Octal 47 134 375 125 100 0 1 341 142 71
Binary 100111 1011100 11111101 1010101 1000000 0 1 11100001 1100010 111001

Color Harmonies of #275CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CFD

Black with #275CFD

Text Example


Text Example

White with #275CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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