Html Css Color HEX #275DF2 Royal Blue

📋 copy color: '#275DF2'

red 39 ◦ green 93 ◦ blue 242

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

Shades of Royal Blue #275DF2

Tints of Royal Blue #275DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 64.71%

R = 10.43%
G = 24.87%
B = 64.71%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#275DF2 (or 0x275DF2) is known color: Royal Blue. HEX triplet: 27, 5D and F2. RGB value is (39,93,242). Sum of RGB (Red+Green+Blue) = 39+93+242=374 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.43% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 242 (94.92% from 255 or 64.71% from 374); Max value from RGB is 242 - color contains mainly: blue. Hex color #275DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #275DF2 is #D8A20D. Grayscale: #5D5D5D. Windows color (decimal): -14197262 or 15883559. OLE color: 15883559.

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

Color convert

RGB 39 93 242 -
CMYK 0.84 0.62 0 0.05
HSL 224.04º 0.89% 0.55% -
HSV(B) 224.04º 0.84% 0.95% -
XYZ 20.78 14.67 85.74 -
YUV 93.84 211.61 88.88 -
System Red Green Blue C M Y K H S L
Decimal 39 93 242 0.84 0.62 0 0.05 224.04 0.89 0.55
Hex 27 5D F2 54 3E 0 5 E0 59 37
Octal 47 135 362 124 76 0 5 340 131 67
Binary 100111 1011101 11110010 1010100 111110 0 101 11100000 1011001 110111

Color Harmonies of #275DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275DF2

Black with #275DF2

Text Example


Text Example

White with #275DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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