Html Css Color HEX #2650DB Cerulean Blue

📋 copy color: '#2650DB'

red 38 ◦ green 80 ◦ blue 219

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

Shades of Cerulean Blue #2650DB

Tints of Cerulean Blue #2650DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 11.28%
G = 23.74%
B = 64.99%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2650DB (or 0x2650DB) is known color: Cerulean Blue. HEX triplet: 26, 50 and DB. RGB value is (38,80,219). Sum of RGB (Red+Green+Blue) = 38+80+219=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #2650DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650DB is #D9AF24. Grayscale: #525252. Windows color (decimal): -14266149 or 14372902. OLE color: 14372902.

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

Color convert

RGB 38 80 219 -
CMYK 0.83 0.63 0 0.14
HSL 226.08º 0.72% 0.5% -
HSV(B) 226.08º 0.83% 0.86% -
XYZ 16.45 11.26 68.32 -
YUV 83.29 204.59 95.7 -
System Red Green Blue C M Y K H S L
Decimal 38 80 219 0.83 0.63 0 0.14 226.08 0.72 0.5
Hex 26 50 DB 53 3F 0 E E2 48 32
Octal 46 120 333 123 77 0 16 342 110 62
Binary 100110 1010000 11011011 1010011 111111 0 1110 11100010 1001000 110010

Color Harmonies of #2650DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2650DB

Black with #2650DB

Text Example


Text Example

White with #2650DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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