Html Css Color HEX #2A6DFC Royal Blue

📋 copy color: '#2A6DFC'

red 42 ◦ green 109 ◦ blue 252

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

Shades of Royal Blue #2A6DFC

Tints of Royal Blue #2A6DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 252 (98.83% from 255) = 62.53%

R = 10.42%
G = 27.05%
B = 62.53%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2A6DFC (or 0x2A6DFC) is known color: Royal Blue. HEX triplet: 2A, 6D and FC. RGB value is (42,109,252). Sum of RGB (Red+Green+Blue) = 42+109+252=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A6DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6DFC is #D59203. Grayscale: #686868. Windows color (decimal): -13996548 or 16543018. OLE color: 16543018.

HSL color Cylindrical-coordinate representation of color #2A6DFC: hue angle of 220.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A6DFC is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 109 252 -
CMYK 0.83 0.57 0 0.01
HSL 220.86º 0.97% 0.58% -
HSV(B) 220.86º 0.83% 0.99% -
XYZ 23.99 18.46 94.39 -
YUV 105.27 210.8 82.87 -
System Red Green Blue C M Y K H S L
Decimal 42 109 252 0.83 0.57 0 0.01 220.86 0.97 0.58
Hex 2A 6D FC 53 39 0 1 DD 61 3A
Octal 52 155 374 123 71 0 1 335 141 72
Binary 101010 1101101 11111100 1010011 111001 0 1 11011101 1100001 111010

Color Harmonies of #2A6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6DFC

Black with #2A6DFC

Text Example


Text Example

White with #2A6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,109,252); }

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

background-color css

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

 a { background-color: rgb(42,109,252); }

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

border-color css

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

 span { border-color: rgb(42,109,252); }

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