Html Css Color HEX #2A6BEE Royal Blue

📋 copy color: '#2A6BEE'

red 42 ◦ green 107 ◦ blue 238

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

Shades of Royal Blue #2A6BEE

Tints of Royal Blue #2A6BEE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.65%

 BLUE value IS 238 (93.36% from 255) = 61.5%

R = 10.85%
G = 27.65%
B = 61.5%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2A6BEE (or 0x2A6BEE) is known color: Royal Blue. HEX triplet: 2A, 6B and EE. RGB value is (42,107,238). Sum of RGB (Red+Green+Blue) = 42+107+238=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #2A6BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6BEE is #D59411. Grayscale: #656565. Windows color (decimal): -13997074 or 15625002. OLE color: 15625002.

HSL color Cylindrical-coordinate representation of color #2A6BEE: hue angle of 220.1º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A6BEE is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 107 238 -
CMYK 0.82 0.55 0 0.07
HSL 220.1º 0.85% 0.55% -
HSV(B) 220.1º 0.82% 0.93% -
XYZ 21.65 17.18 83.06 -
YUV 102.5 204.47 84.85 -
System Red Green Blue C M Y K H S L
Decimal 42 107 238 0.82 0.55 0 0.07 220.1 0.85 0.55
Hex 2A 6B EE 52 37 0 7 DC 55 37
Octal 52 153 356 122 67 0 7 334 125 67
Binary 101010 1101011 11101110 1010010 110111 0 111 11011100 1010101 110111

Color Harmonies of #2A6BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6BEE

Black with #2A6BEE

Text Example


Text Example

White with #2A6BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,107,238); }

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

background-color css

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

 a { background-color: rgb(42,107,238); }

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

border-color css

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

 span { border-color: rgb(42,107,238); }

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