Html Css Color HEX #2650AD Cerulean Blue

📋 copy color: '#2650AD'

red 38 ◦ green 80 ◦ blue 173

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

Shades of Cerulean Blue #2650AD

Tints of Cerulean Blue #2650AD

RGB

 RED value IS 38 (15.23% from 255) = 13.06%

 GREEN value IS 80 (31.64% from 255) = 27.49%

 BLUE value IS 173 (67.97% from 255) = 59.45%

R = 13.06%
G = 27.49%
B = 59.45%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2650AD (or 0x2650AD) is known color: Cerulean Blue. HEX triplet: 26, 50 and AD. RGB value is (38,80,173). Sum of RGB (Red+Green+Blue) = 38+80+173=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #2650AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2650AD is #D9AF52. Grayscale: #4D4D4D. Windows color (decimal): -14266195 or 11358246. OLE color: 11358246.

HSL color Cylindrical-coordinate representation of color #2650AD: hue angle of 221.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2650AD is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 80 173 -
CMYK 0.78 0.54 0 0.32
HSL 221.33º 0.64% 0.41% -
HSV(B) 221.33º 0.78% 0.68% -
XYZ 11.21 9.17 40.71 -
YUV 78.04 181.59 99.44 -
System Red Green Blue C M Y K H S L
Decimal 38 80 173 0.78 0.54 0 0.32 221.33 0.64 0.41
Hex 26 50 AD 4E 36 0 20 DD 40 29
Octal 46 120 255 116 66 0 40 335 100 51
Binary 100110 1010000 10101101 1001110 110110 0 100000 11011101 1000000 101001

Color Harmonies of #2650AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2650AD

Black with #2650AD

Text Example


Text Example

White with #2650AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2650AD; }

 p { color: rgb(38,80,173); }

 H1.HeaderClassName
 {
   color: #2650AD;
 }
 .AnyTagClassName
 {
   color: #2650AD;
 }
</style>

background-color css

<style>
 a { background-color: #2650AD; }

 a { background-color: rgb(38,80,173); }

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

border-color css

<style>
 span { border-color: #2650AD; }

 span { border-color: rgb(38,80,173); }

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