Html Css Color HEX #2A75E6 Royal Blue

📋 copy color: '#2A75E6'

red 42 ◦ green 117 ◦ blue 230

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

Shades of Royal Blue #2A75E6

Tints of Royal Blue #2A75E6

RGB

 RED value IS 42 (16.8% from 255) = 10.8%

 GREEN value IS 117 (46.09% from 255) = 30.08%

 BLUE value IS 230 (90.23% from 255) = 59.13%

R = 10.8%
G = 30.08%
B = 59.13%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2A75E6 (or 0x2A75E6) is known color: Royal Blue. HEX triplet: 2A, 75 and E6. RGB value is (42,117,230). Sum of RGB (Red+Green+Blue) = 42+117+230=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #2A75E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A75E6 is #D58A19. Grayscale: #6A6A6A. Windows color (decimal): -13994522 or 15103274. OLE color: 15103274.

HSL color Cylindrical-coordinate representation of color #2A75E6: hue angle of 216.06º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A75E6 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 117 230 -
CMYK 0.82 0.49 0 0.10
HSL 216.06º 0.79% 0.53% -
HSV(B) 216.06º 0.82% 0.9% -
XYZ 21.6 18.93 77.38 -
YUV 107.46 197.15 81.31 -
System Red Green Blue C M Y K H S L
Decimal 42 117 230 0.82 0.49 0 0.10 216.06 0.79 0.53
Hex 2A 75 E6 52 31 0 A D8 4F 35
Octal 52 165 346 122 61 0 12 330 117 65
Binary 101010 1110101 11100110 1010010 110001 0 1010 11011000 1001111 110101

Color Harmonies of #2A75E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A75E6

Black with #2A75E6

Text Example


Text Example

White with #2A75E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A75E6; }

 p { color: rgb(42,117,230); }

 H1.HeaderClassName
 {
   color: #2A75E6;
 }
 .AnyTagClassName
 {
   color: #2A75E6;
 }
</style>

background-color css

<style>
 a { background-color: #2A75E6; }

 a { background-color: rgb(42,117,230); }

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

border-color css

<style>
 span { border-color: #2A75E6; }

 span { border-color: rgb(42,117,230); }

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