Html Css Color HEX #275AF0 Royal Blue

📋 copy color: '#275AF0'

red 39 ◦ green 90 ◦ blue 240

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

Shades of Royal Blue #275AF0

Tints of Royal Blue #275AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.04%

R = 10.57%
G = 24.39%
B = 65.04%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#275AF0 (or 0x275AF0) is known color: Royal Blue. HEX triplet: 27, 5A and F0. RGB value is (39,90,240). Sum of RGB (Red+Green+Blue) = 39+90+240=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #275AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275AF0 is #D8A50F. Grayscale: #5B5B5B. Windows color (decimal): -14198032 or 15751719. OLE color: 15751719.

HSL color Cylindrical-coordinate representation of color #275AF0: hue angle of 224.78º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #275AF0 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 90 240 -
CMYK 0.84 0.62 0 0.06
HSL 224.78º 0.87% 0.55% -
HSV(B) 224.78º 0.84% 0.94% -
XYZ 20.22 14.03 84.08 -
YUV 91.85 211.6 90.3 -
System Red Green Blue C M Y K H S L
Decimal 39 90 240 0.84 0.62 0 0.06 224.78 0.87 0.55
Hex 27 5A F0 54 3E 0 6 E1 57 37
Octal 47 132 360 124 76 0 6 341 127 67
Binary 100111 1011010 11110000 1010100 111110 0 110 11100001 1010111 110111

Color Harmonies of #275AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275AF0

Black with #275AF0

Text Example


Text Example

White with #275AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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