Html Css Color HEX #2A65DB Royal Blue

📋 copy color: '#2A65DB'

red 42 ◦ green 101 ◦ blue 219

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

Shades of Royal Blue #2A65DB

Tints of Royal Blue #2A65DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 11.6%
G = 27.9%
B = 60.5%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A65DB (or 0x2A65DB) is known color: Royal Blue. HEX triplet: 2A, 65 and DB. RGB value is (42,101,219). Sum of RGB (Red+Green+Blue) = 42+101+219=362 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.60% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A65DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A65DB is #D59A24. Grayscale: #606060. Windows color (decimal): -13998629 or 14378282. OLE color: 14378282.

HSL color Cylindrical-coordinate representation of color #2A65DB: hue angle of 220º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A65DB is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 101 219 -
CMYK 0.81 0.54 0 0.14
HSL 220º 0.71% 0.51% -
HSV(B) 220º 0.81% 0.86% -
XYZ 18.39 14.91 68.93 -
YUV 96.81 196.95 88.91 -
System Red Green Blue C M Y K H S L
Decimal 42 101 219 0.81 0.54 0 0.14 220 0.71 0.51
Hex 2A 65 DB 51 36 0 E DC 47 33
Octal 52 145 333 121 66 0 16 334 107 63
Binary 101010 1100101 11011011 1010001 110110 0 1110 11011100 1000111 110011

Color Harmonies of #2A65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A65DB

Black with #2A65DB

Text Example


Text Example

White with #2A65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,101,219); }

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

background-color css

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

 a { background-color: rgb(42,101,219); }

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

border-color css

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

 span { border-color: rgb(42,101,219); }

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