Html Css Color HEX #2355BA Cerulean Blue

📋 copy color: '#2355BA'

red 35 ◦ green 85 ◦ blue 186

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

Shades of Cerulean Blue #2355BA

Tints of Cerulean Blue #2355BA

RGB

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

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

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

R = 11.44%
G = 27.78%
B = 60.78%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2355BA (or 0x2355BA) is known color: Cerulean Blue. HEX triplet: 23, 55 and BA. RGB value is (35,85,186). Sum of RGB (Red+Green+Blue) = 35+85+186=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #2355BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2355BA is #DCAA45. Grayscale: #515151. Windows color (decimal): -14461510 or 12211491. OLE color: 12211491.

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

Color convert

RGB 35 85 186 -
CMYK 0.81 0.54 0 0.27
HSL 220.13º 0.68% 0.43% -
HSV(B) 220.13º 0.81% 0.73% -
XYZ 12.8 10.4 47.79 -
YUV 81.56 186.94 94.79 -
System Red Green Blue C M Y K H S L
Decimal 35 85 186 0.81 0.54 0 0.27 220.13 0.68 0.43
Hex 23 55 BA 51 36 0 1B DC 44 2B
Octal 43 125 272 121 66 0 33 334 104 53
Binary 100011 1010101 10111010 1010001 110110 0 11011 11011100 1000100 101011

Color Harmonies of #2355BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2355BA

Black with #2355BA

Text Example


Text Example

White with #2355BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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