Html Css Color HEX #275DFA Royal Blue

📋 copy color: '#275DFA'

red 39 ◦ green 93 ◦ blue 250

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

Shades of Royal Blue #275DFA

Tints of Royal Blue #275DFA

RGB

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

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

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

R = 10.21%
G = 24.35%
B = 65.45%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#275DFA (or 0x275DFA) is known color: Royal Blue. HEX triplet: 27, 5D and FA. RGB value is (39,93,250). Sum of RGB (Red+Green+Blue) = 39+93+250=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #275DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275DFA is #D8A205. Grayscale: #5E5E5E. Windows color (decimal): -14197254 or 16407847. OLE color: 16407847.

HSL color Cylindrical-coordinate representation of color #275DFA: hue angle of 224.64º 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 #275DFA is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 93 250 -
CMYK 0.84 0.63 0 0.02
HSL 224.64º 0.95% 0.57% -
HSV(B) 224.64º 0.84% 0.98% -
XYZ 22.01 15.16 92.21 -
YUV 94.75 215.61 88.23 -
System Red Green Blue C M Y K H S L
Decimal 39 93 250 0.84 0.63 0 0.02 224.64 0.95 0.57
Hex 27 5D FA 54 3F 0 2 E1 5F 39
Octal 47 135 372 124 77 0 2 341 137 71
Binary 100111 1011101 11111010 1010100 111111 0 10 11100001 1011111 111001

Color Harmonies of #275DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275DFA

Black with #275DFA

Text Example


Text Example

White with #275DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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