Html Css Color HEX #235CBA Cerulean Blue

📋 copy color: '#235CBA'

red 35 ◦ green 92 ◦ blue 186

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

Shades of Cerulean Blue #235CBA

Tints of Cerulean Blue #235CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.39%

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

R = 11.18%
G = 29.39%
B = 59.42%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#235CBA (or 0x235CBA) is known color: Cerulean Blue. HEX triplet: 23, 5C and BA. RGB value is (35,92,186). Sum of RGB (Red+Green+Blue) = 35+92+186=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #235CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235CBA is #DCA345. Grayscale: #555555. Windows color (decimal): -14459718 or 12213283. OLE color: 12213283.

HSL color Cylindrical-coordinate representation of color #235CBA: hue angle of 217.35º 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 #235CBA is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 92 186 -
CMYK 0.81 0.51 0 0.27
HSL 217.35º 0.68% 0.43% -
HSV(B) 217.35º 0.81% 0.73% -
XYZ 13.38 11.56 47.98 -
YUV 85.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 35 92 186 0.81 0.51 0 0.27 217.35 0.68 0.43
Hex 23 5C BA 51 33 0 1B D9 44 2B
Octal 43 134 272 121 63 0 33 331 104 53
Binary 100011 1011100 10111010 1010001 110011 0 11011 11011001 1000100 101011

Color Harmonies of #235CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235CBA

Black with #235CBA

Text Example


Text Example

White with #235CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235CBA; }

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

 H1.HeaderClassName
 {
   color: #235CBA;
 }
 .AnyTagClassName
 {
   color: #235CBA;
 }
</style>

background-color css

<style>
 a { background-color: #235CBA; }

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

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

border-color css

<style>
 span { border-color: #235CBA; }

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

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