Html Css Color HEX #2A66FF Royal Blue

📋 copy color: '#2A66FF'

red 42 ◦ green 102 ◦ blue 255

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

Shades of Royal Blue #2A66FF

Tints of Royal Blue #2A66FF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.56%

 BLUE value IS 255 (100% from 255) = 63.91%

R = 10.53%
G = 25.56%
B = 63.91%

CMYK

 C value IS 0.84

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2A66FF (or 0x2A66FF) is known color: Royal Blue. HEX triplet: 2A, 66 and FF. RGB value is (42,102,255). Sum of RGB (Red+Green+Blue) = 42+102+255=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A66FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A66FF is #D59900. Grayscale: #646464. Windows color (decimal): -13998337 or 16737834. OLE color: 16737834.

HSL color Cylindrical-coordinate representation of color #2A66FF: hue angle of 223.1º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A66FF is Cyan = 0.84, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 42 102 255 -
CMYK 0.84 0.6 0 0
HSL 223.1º 1% 0.58% -
HSV(B) 223.1º 0.84% 1% -
XYZ 23.76 17.21 96.68 -
YUV 101.5 214.62 85.56 -
System Red Green Blue C M Y K H S L
Decimal 42 102 255 0.84 0.6 0 0 223.1 1 0.58
Hex 2A 66 FF 54 3C 0 0 DF 64 3A
Octal 52 146 377 124 74 0 0 337 144 72
Binary 101010 1100110 11111111 1010100 111100 0 0 11011111 1100100 111010

Color Harmonies of #2A66FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A66FF

Black with #2A66FF

Text Example


Text Example

White with #2A66FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,102,255); }

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

background-color css

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

 a { background-color: rgb(42,102,255); }

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

border-color css

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

 span { border-color: rgb(42,102,255); }

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