Html Css Color HEX #2A6CFC Royal Blue

📋 copy color: '#2A6CFC'

red 42 ◦ green 108 ◦ blue 252

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

Shades of Royal Blue #2A6CFC

Tints of Royal Blue #2A6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.87%

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

R = 10.45%
G = 26.87%
B = 62.69%

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

#2A6CFC (or 0x2A6CFC) is known color: Royal Blue. HEX triplet: 2A, 6C and FC. RGB value is (42,108,252). Sum of RGB (Red+Green+Blue) = 42+108+252=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A6CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6CFC is #D59303. Grayscale: #686868. Windows color (decimal): -13996804 or 16542762. OLE color: 16542762.

HSL color Cylindrical-coordinate representation of color #2A6CFC: hue angle of 221.14º 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 #2A6CFC is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 108 252 -
CMYK 0.83 0.57 0 0.01
HSL 221.14º 0.97% 0.58% -
HSV(B) 221.14º 0.83% 0.99% -
XYZ 23.89 18.25 94.36 -
YUV 104.68 211.13 83.29 -
System Red Green Blue C M Y K H S L
Decimal 42 108 252 0.83 0.57 0 0.01 221.14 0.97 0.58
Hex 2A 6C FC 53 39 0 1 DD 61 3A
Octal 52 154 374 123 71 0 1 335 141 72
Binary 101010 1101100 11111100 1010011 111001 0 1 11011101 1100001 111010

Color Harmonies of #2A6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6CFC

Black with #2A6CFC

Text Example


Text Example

White with #2A6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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