Html Css Color HEX #2355BB Cerulean Blue

📋 copy color: '#2355BB'

red 35 ◦ green 85 ◦ blue 187

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

Shades of Cerulean Blue #2355BB

Tints of Cerulean Blue #2355BB

RGB

 RED value IS 35 (14.06% from 255) = 11.4%

 GREEN value IS 85 (33.59% from 255) = 27.69%

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

R = 11.4%
G = 27.69%
B = 60.91%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2355BB (or 0x2355BB) is known color: Cerulean Blue. HEX triplet: 23, 55 and BB. RGB value is (35,85,187). Sum of RGB (Red+Green+Blue) = 35+85+187=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #2355BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2355BB is #DCAA44. Grayscale: #515151. Windows color (decimal): -14461509 or 12277027. OLE color: 12277027.

HSL color Cylindrical-coordinate representation of color #2355BB: hue angle of 220.26º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2355BB is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 85 187 -
CMYK 0.81 0.55 0 0.27
HSL 220.26º 0.68% 0.44% -
HSV(B) 220.26º 0.81% 0.73% -
XYZ 12.91 10.44 48.35 -
YUV 81.68 187.44 94.71 -
System Red Green Blue C M Y K H S L
Decimal 35 85 187 0.81 0.55 0 0.27 220.26 0.68 0.44
Hex 23 55 BB 51 37 0 1B DC 44 2C
Octal 43 125 273 121 67 0 33 334 104 54
Binary 100011 1010101 10111011 1010001 110111 0 11011 11011100 1000100 101100

Color Harmonies of #2355BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2355BB

Black with #2355BB

Text Example


Text Example

White with #2355BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,85,187); }

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

background-color css

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

 a { background-color: rgb(35,85,187); }

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

border-color css

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

 span { border-color: rgb(35,85,187); }

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