Html Css Color HEX #235CBE Cerulean Blue

📋 copy color: '#235CBE'

red 35 ◦ green 92 ◦ blue 190

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

Shades of Cerulean Blue #235CBE

Tints of Cerulean Blue #235CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.94%

R = 11.04%
G = 29.02%
B = 59.94%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#235CBE (or 0x235CBE) is known color: Cerulean Blue. HEX triplet: 23, 5C and BE. RGB value is (35,92,190). Sum of RGB (Red+Green+Blue) = 35+92+190=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #235CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235CBE is #DCA341. Grayscale: #555555. Windows color (decimal): -14459714 or 12475427. OLE color: 12475427.

HSL color Cylindrical-coordinate representation of color #235CBE: hue angle of 217.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #235CBE is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 92 190 -
CMYK 0.82 0.52 0 0.25
HSL 217.94º 0.69% 0.44% -
HSV(B) 217.94º 0.82% 0.75% -
XYZ 13.81 11.73 50.25 -
YUV 86.13 186.62 91.53 -
System Red Green Blue C M Y K H S L
Decimal 35 92 190 0.82 0.52 0 0.25 217.94 0.69 0.44
Hex 23 5C BE 52 34 0 19 DA 45 2C
Octal 43 134 276 122 64 0 31 332 105 54
Binary 100011 1011100 10111110 1010010 110100 0 11001 11011010 1000101 101100

Color Harmonies of #235CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235CBE

Black with #235CBE

Text Example


Text Example

White with #235CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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