Html Css Color HEX #2650BA Cerulean Blue

📋 copy color: '#2650BA'

red 38 ◦ green 80 ◦ blue 186

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

Shades of Cerulean Blue #2650BA

Tints of Cerulean Blue #2650BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.18%

R = 12.5%
G = 26.32%
B = 61.18%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2650BA (or 0x2650BA) is known color: Cerulean Blue. HEX triplet: 26, 50 and BA. RGB value is (38,80,186). Sum of RGB (Red+Green+Blue) = 38+80+186=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #2650BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650BA is #D9AF45. Grayscale: #4F4F4F. Windows color (decimal): -14266182 or 12210214. OLE color: 12210214.

HSL color Cylindrical-coordinate representation of color #2650BA: hue angle of 222.97º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2650BA is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 80 186 -
CMYK 0.80 0.57 0 0.27
HSL 222.97º 0.66% 0.44% -
HSV(B) 222.97º 0.8% 0.73% -
XYZ 12.53 9.69 47.67 -
YUV 79.53 188.09 98.38 -
System Red Green Blue C M Y K H S L
Decimal 38 80 186 0.80 0.57 0 0.27 222.97 0.66 0.44
Hex 26 50 BA 50 39 0 1B DF 42 2C
Octal 46 120 272 120 71 0 33 337 102 54
Binary 100110 1010000 10111010 1010000 111001 0 11011 11011111 1000010 101100

Color Harmonies of #2650BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2650BA

Black with #2650BA

Text Example


Text Example

White with #2650BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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