Html Css Color HEX #275BF3 Royal Blue

📋 copy color: '#275BF3'

red 39 ◦ green 91 ◦ blue 243

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

Shades of Royal Blue #275BF3

Tints of Royal Blue #275BF3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.4%

 BLUE value IS 243 (95.31% from 255) = 65.15%

R = 10.46%
G = 24.4%
B = 65.15%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#275BF3 (or 0x275BF3) is known color: Royal Blue. HEX triplet: 27, 5B and F3. RGB value is (39,91,243). Sum of RGB (Red+Green+Blue) = 39+91+243=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #275BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275BF3 is #D8A40C. Grayscale: #5C5C5C. Windows color (decimal): -14197773 or 15948583. OLE color: 15948583.

HSL color Cylindrical-coordinate representation of color #275BF3: hue angle of 224.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275BF3 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 91 243 -
CMYK 0.84 0.63 0 0.05
HSL 224.71º 0.89% 0.55% -
HSV(B) 224.71º 0.84% 0.95% -
XYZ 20.76 14.38 86.48 -
YUV 92.78 212.77 89.64 -
System Red Green Blue C M Y K H S L
Decimal 39 91 243 0.84 0.63 0 0.05 224.71 0.89 0.55
Hex 27 5B F3 54 3F 0 5 E1 59 37
Octal 47 133 363 124 77 0 5 341 131 67
Binary 100111 1011011 11110011 1010100 111111 0 101 11100001 1011001 110111

Color Harmonies of #275BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BF3

Black with #275BF3

Text Example


Text Example

White with #275BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,91,243); }

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

background-color css

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

 a { background-color: rgb(39,91,243); }

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

border-color css

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

 span { border-color: rgb(39,91,243); }

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