Html Css Color HEX #2659BB Cerulean Blue

📋 copy color: '#2659BB'

red 38 ◦ green 89 ◦ blue 187

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

Shades of Cerulean Blue #2659BB

Tints of Cerulean Blue #2659BB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.34%

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 12.1%
G = 28.34%
B = 59.55%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2659BB (or 0x2659BB) is known color: Cerulean Blue. HEX triplet: 26, 59 and BB. RGB value is (38,89,187). Sum of RGB (Red+Green+Blue) = 38+89+187=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #2659BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2659BB is #D9A644. Grayscale: #545454. Windows color (decimal): -14263877 or 12278054. OLE color: 12278054.

HSL color Cylindrical-coordinate representation of color #2659BB: hue angle of 219.46º 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 #2659BB is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 89 187 -
CMYK 0.80 0.52 0 0.27
HSL 219.46º 0.66% 0.44% -
HSV(B) 219.46º 0.8% 0.73% -
XYZ 13.34 11.14 48.46 -
YUV 84.92 185.6 94.53 -
System Red Green Blue C M Y K H S L
Decimal 38 89 187 0.80 0.52 0 0.27 219.46 0.66 0.44
Hex 26 59 BB 50 34 0 1B DB 42 2C
Octal 46 131 273 120 64 0 33 333 102 54
Binary 100110 1011001 10111011 1010000 110100 0 11011 11011011 1000010 101100

Color Harmonies of #2659BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2659BB

Black with #2659BB

Text Example


Text Example

White with #2659BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2659BB; }

 p { color: rgb(38,89,187); }

 H1.HeaderClassName
 {
   color: #2659BB;
 }
 .AnyTagClassName
 {
   color: #2659BB;
 }
</style>

background-color css

<style>
 a { background-color: #2659BB; }

 a { background-color: rgb(38,89,187); }

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

border-color css

<style>
 span { border-color: #2659BB; }

 span { border-color: rgb(38,89,187); }

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