Html Css Color HEX #275DFC Royal Blue

📋 copy color: '#275DFC'

red 39 ◦ green 93 ◦ blue 252

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

Shades of Royal Blue #275DFC

Tints of Royal Blue #275DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

 BLUE value IS 252 (98.83% from 255) = 65.63%

R = 10.16%
G = 24.22%
B = 65.63%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#275DFC (or 0x275DFC) is known color: Royal Blue. HEX triplet: 27, 5D and FC. RGB value is (39,93,252). Sum of RGB (Red+Green+Blue) = 39+93+252=384 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.16% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #275DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275DFC is #D8A203. Grayscale: #5E5E5E. Windows color (decimal): -14197252 or 16538919. OLE color: 16538919.

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

Color convert

RGB 39 93 252 -
CMYK 0.85 0.63 0 0.01
HSL 224.79º 0.97% 0.57% -
HSV(B) 224.79º 0.85% 0.99% -
XYZ 22.32 15.29 93.87 -
YUV 94.98 216.61 88.07 -
System Red Green Blue C M Y K H S L
Decimal 39 93 252 0.85 0.63 0 0.01 224.79 0.97 0.57
Hex 27 5D FC 55 3F 0 1 E1 61 39
Octal 47 135 374 125 77 0 1 341 141 71
Binary 100111 1011101 11111100 1010101 111111 0 1 11100001 1100001 111001

Color Harmonies of #275DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275DFC

Black with #275DFC

Text Example


Text Example

White with #275DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,93,252); }

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

background-color css

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

 a { background-color: rgb(39,93,252); }

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

border-color css

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

 span { border-color: rgb(39,93,252); }

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