Html Css Color HEX #2650DC Cerulean Blue

📋 copy color: '#2650DC'

red 38 ◦ green 80 ◦ blue 220

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

Shades of Cerulean Blue #2650DC

Tints of Cerulean Blue #2650DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.09%

R = 11.24%
G = 23.67%
B = 65.09%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2650DC (or 0x2650DC) is known color: Cerulean Blue. HEX triplet: 26, 50 and DC. RGB value is (38,80,220). Sum of RGB (Red+Green+Blue) = 38+80+220=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #2650DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650DC is #D9AF23. Grayscale: #525252. Windows color (decimal): -14266148 or 14438438. OLE color: 14438438.

HSL color Cylindrical-coordinate representation of color #2650DC: hue angle of 226.15º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2650DC is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 80 220 -
CMYK 0.83 0.64 0 0.14
HSL 226.15º 0.72% 0.51% -
HSV(B) 226.15º 0.83% 0.86% -
XYZ 16.59 11.32 69.02 -
YUV 83.4 205.09 95.62 -
System Red Green Blue C M Y K H S L
Decimal 38 80 220 0.83 0.64 0 0.14 226.15 0.72 0.51
Hex 26 50 DC 53 40 0 E E2 48 33
Octal 46 120 334 123 100 0 16 342 110 63
Binary 100110 1010000 11011100 1010011 1000000 0 1110 11100010 1001000 110011

Color Harmonies of #2650DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2650DC

Black with #2650DC

Text Example


Text Example

White with #2650DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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