Html Css Color HEX #2B65DA Royal Blue

📋 copy color: '#2B65DA'

red 43 ◦ green 101 ◦ blue 218

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

Shades of Royal Blue #2B65DA

Tints of Royal Blue #2B65DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.22%

R = 11.88%
G = 27.9%
B = 60.22%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2B65DA (or 0x2B65DA) is known color: Royal Blue. HEX triplet: 2B, 65 and DA. RGB value is (43,101,218). Sum of RGB (Red+Green+Blue) = 43+101+218=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B65DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B65DA is #D49A25. Grayscale: #606060. Windows color (decimal): -13933094 or 14312747. OLE color: 14312747.

HSL color Cylindrical-coordinate representation of color #2B65DA: hue angle of 220.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B65DA is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 101 218 -
CMYK 0.80 0.54 0 0.15
HSL 220.11º 0.7% 0.51% -
HSV(B) 220.11º 0.8% 0.85% -
XYZ 18.3 14.88 68.24 -
YUV 97 196.28 89.49 -
System Red Green Blue C M Y K H S L
Decimal 43 101 218 0.80 0.54 0 0.15 220.11 0.7 0.51
Hex 2B 65 DA 50 36 0 F DC 46 33
Octal 53 145 332 120 66 0 17 334 106 63
Binary 101011 1100101 11011010 1010000 110110 0 1111 11011100 1000110 110011

Color Harmonies of #2B65DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B65DA

Black with #2B65DA

Text Example


Text Example

White with #2B65DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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