Html Css Color HEX #2650DE Cerulean Blue

📋 copy color: '#2650DE'

red 38 ◦ green 80 ◦ blue 222

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

Shades of Cerulean Blue #2650DE

Tints of Cerulean Blue #2650DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.29%

R = 11.18%
G = 23.53%
B = 65.29%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2650DE (or 0x2650DE) is known color: Cerulean Blue. HEX triplet: 26, 50 and DE. RGB value is (38,80,222). Sum of RGB (Red+Green+Blue) = 38+80+222=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #2650DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650DE is #D9AF21. Grayscale: #535353. Windows color (decimal): -14266146 or 14569510. OLE color: 14569510.

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

Color convert

RGB 38 80 222 -
CMYK 0.83 0.64 0 0.13
HSL 226.3º 0.74% 0.51% -
HSV(B) 226.3º 0.83% 0.87% -
XYZ 16.85 11.42 70.42 -
YUV 83.63 206.09 95.45 -
System Red Green Blue C M Y K H S L
Decimal 38 80 222 0.83 0.64 0 0.13 226.3 0.74 0.51
Hex 26 50 DE 53 40 0 D E2 4A 33
Octal 46 120 336 123 100 0 15 342 112 63
Binary 100110 1010000 11011110 1010011 1000000 0 1101 11100010 1001010 110011

Color Harmonies of #2650DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2650DE

Black with #2650DE

Text Example


Text Example

White with #2650DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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