Html Css Color HEX #2650BE Cerulean Blue

📋 copy color: '#2650BE'

red 38 ◦ green 80 ◦ blue 190

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

Shades of Cerulean Blue #2650BE

Tints of Cerulean Blue #2650BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.69%

R = 12.34%
G = 25.97%
B = 61.69%

CMYK

 C value IS 0.8

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2650BE (or 0x2650BE) is known color: Cerulean Blue. HEX triplet: 26, 50 and BE. RGB value is (38,80,190). Sum of RGB (Red+Green+Blue) = 38+80+190=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #2650BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650BE is #D9AF41. Grayscale: #4F4F4F. Windows color (decimal): -14266178 or 12472358. OLE color: 12472358.

HSL color Cylindrical-coordinate representation of color #2650BE: hue angle of 223.42º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2650BE is Cyan = 0.8, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 80 190 -
CMYK 0.8 0.58 0 0.25
HSL 223.42º 0.67% 0.45% -
HSV(B) 223.42º 0.8% 0.75% -
XYZ 12.96 9.87 49.94 -
YUV 79.98 190.09 98.06 -
System Red Green Blue C M Y K H S L
Decimal 38 80 190 0.8 0.58 0 0.25 223.42 0.67 0.45
Hex 26 50 BE 50 3A 0 19 DF 43 2D
Octal 46 120 276 120 72 0 31 337 103 55
Binary 100110 1010000 10111110 1010000 111010 0 11001 11011111 1000011 101101

Color Harmonies of #2650BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2650BE

Black with #2650BE

Text Example


Text Example

White with #2650BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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