Html Css Color HEX #2B65DD Royal Blue

📋 copy color: '#2B65DD'

red 43 ◦ green 101 ◦ blue 221

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

Shades of Royal Blue #2B65DD

Tints of Royal Blue #2B65DD

RGB

 RED value IS 43 (17.19% from 255) = 11.78%

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

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

R = 11.78%
G = 27.67%
B = 60.55%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B65DD (or 0x2B65DD) is known color: Royal Blue. HEX triplet: 2B, 65 and DD. RGB value is (43,101,221). Sum of RGB (Red+Green+Blue) = 43+101+221=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B65DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B65DD is #D49A22. Grayscale: #606060. Windows color (decimal): -13933091 or 14509355. OLE color: 14509355.

HSL color Cylindrical-coordinate representation of color #2B65DD: hue angle of 220.45º 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 #2B65DD is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 101 221 -
CMYK 0.81 0.54 0 0.13
HSL 220.45º 0.72% 0.52% -
HSV(B) 220.45º 0.81% 0.87% -
XYZ 18.7 15.04 70.32 -
YUV 97.34 197.78 89.24 -
System Red Green Blue C M Y K H S L
Decimal 43 101 221 0.81 0.54 0 0.13 220.45 0.72 0.52
Hex 2B 65 DD 51 36 0 D DC 48 34
Octal 53 145 335 121 66 0 15 334 110 64
Binary 101011 1100101 11011101 1010001 110110 0 1101 11011100 1001000 110100

Color Harmonies of #2B65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B65DD

Black with #2B65DD

Text Example


Text Example

White with #2B65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,101,221); }

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

background-color css

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

 a { background-color: rgb(43,101,221); }

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

border-color css

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

 span { border-color: rgb(43,101,221); }

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