Html Css Color HEX #2C65DB Royal Blue

📋 copy color: '#2C65DB'

red 44 ◦ green 101 ◦ blue 219

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

Shades of Royal Blue #2C65DB

Tints of Royal Blue #2C65DB

RGB

 RED value IS 44 (17.58% from 255) = 12.09%

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

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

R = 12.09%
G = 27.75%
B = 60.16%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C65DB (or 0x2C65DB) is known color: Royal Blue. HEX triplet: 2C, 65 and DB. RGB value is (44,101,219). Sum of RGB (Red+Green+Blue) = 44+101+219=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C65DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C65DB is #D39A24. Grayscale: #606060. Windows color (decimal): -13867557 or 14378284. OLE color: 14378284.

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

Color convert

RGB 44 101 219 -
CMYK 0.80 0.54 0 0.14
HSL 220.46º 0.71% 0.52% -
HSV(B) 220.46º 0.8% 0.86% -
XYZ 18.48 14.96 68.93 -
YUV 97.41 196.62 89.91 -
System Red Green Blue C M Y K H S L
Decimal 44 101 219 0.80 0.54 0 0.14 220.46 0.71 0.52
Hex 2C 65 DB 50 36 0 E DC 47 34
Octal 54 145 333 120 66 0 16 334 107 64
Binary 101100 1100101 11011011 1010000 110110 0 1110 11011100 1000111 110100

Color Harmonies of #2C65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C65DB

Black with #2C65DB

Text Example


Text Example

White with #2C65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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