Html Css Color HEX #2A68DD Royal Blue

📋 copy color: '#2A68DD'

red 42 ◦ green 104 ◦ blue 221

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

Shades of Royal Blue #2A68DD

Tints of Royal Blue #2A68DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.34%

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 11.44%
G = 28.34%
B = 60.22%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A68DD (or 0x2A68DD) is known color: Royal Blue. HEX triplet: 2A, 68 and DD. RGB value is (42,104,221). Sum of RGB (Red+Green+Blue) = 42+104+221=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A68DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A68DD is #D59722. Grayscale: #626262. Windows color (decimal): -13997859 or 14510122. OLE color: 14510122.

HSL color Cylindrical-coordinate representation of color #2A68DD: hue angle of 219.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A68DD is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 104 221 -
CMYK 0.81 0.53 0 0.13
HSL 219.22º 0.72% 0.52% -
HSV(B) 219.22º 0.81% 0.87% -
XYZ 18.96 15.61 70.42 -
YUV 98.8 196.96 87.49 -
System Red Green Blue C M Y K H S L
Decimal 42 104 221 0.81 0.53 0 0.13 219.22 0.72 0.52
Hex 2A 68 DD 51 35 0 D DB 48 34
Octal 52 150 335 121 65 0 15 333 110 64
Binary 101010 1101000 11011101 1010001 110101 0 1101 11011011 1001000 110100

Color Harmonies of #2A68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A68DD

Black with #2A68DD

Text Example


Text Example

White with #2A68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,104,221); }

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

background-color css

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

 a { background-color: rgb(42,104,221); }

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

border-color css

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

 span { border-color: rgb(42,104,221); }

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