Html Css Color HEX #2659C1 Cerulean Blue

📋 copy color: '#2659C1'

red 38 ◦ green 89 ◦ blue 193

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

Shades of Cerulean Blue #2659C1

Tints of Cerulean Blue #2659C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 60.31%

R = 11.88%
G = 27.81%
B = 60.31%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2659C1 (or 0x2659C1) is known color: Cerulean Blue. HEX triplet: 26, 59 and C1. RGB value is (38,89,193). Sum of RGB (Red+Green+Blue) = 38+89+193=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #2659C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2659C1 is #D9A63E. Grayscale: #555555. Windows color (decimal): -14263871 or 12671270. OLE color: 12671270.

HSL color Cylindrical-coordinate representation of color #2659C1: hue angle of 220.26º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2659C1 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 89 193 -
CMYK 0.80 0.54 0 0.24
HSL 220.26º 0.67% 0.45% -
HSV(B) 220.26º 0.8% 0.76% -
XYZ 14 11.41 51.92 -
YUV 85.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 38 89 193 0.80 0.54 0 0.24 220.26 0.67 0.45
Hex 26 59 C1 50 36 0 18 DC 43 2D
Octal 46 131 301 120 66 0 30 334 103 55
Binary 100110 1011001 11000001 1010000 110110 0 11000 11011100 1000011 101101

Color Harmonies of #2659C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2659C1

Black with #2659C1

Text Example


Text Example

White with #2659C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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