Html Css Color HEX #235CCD Cerulean Blue

📋 copy color: '#235CCD'

red 35 ◦ green 92 ◦ blue 205

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

Shades of Cerulean Blue #235CCD

Tints of Cerulean Blue #235CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.75%

R = 10.54%
G = 27.71%
B = 61.75%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#235CCD (or 0x235CCD) is known color: Cerulean Blue. HEX triplet: 23, 5C and CD. RGB value is (35,92,205). Sum of RGB (Red+Green+Blue) = 35+92+205=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #235CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235CCD is #DCA332. Grayscale: #575757. Windows color (decimal): -14459699 or 13458467. OLE color: 13458467.

HSL color Cylindrical-coordinate representation of color #235CCD: hue angle of 219.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #235CCD is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 92 205 -
CMYK 0.83 0.55 0 0.20
HSL 219.88º 0.71% 0.47% -
HSV(B) 219.88º 0.83% 0.8% -
XYZ 15.54 12.42 59.34 -
YUV 87.84 194.12 90.31 -
System Red Green Blue C M Y K H S L
Decimal 35 92 205 0.83 0.55 0 0.20 219.88 0.71 0.47
Hex 23 5C CD 53 37 0 14 DC 47 2F
Octal 43 134 315 123 67 0 24 334 107 57
Binary 100011 1011100 11001101 1010011 110111 0 10100 11011100 1000111 101111

Color Harmonies of #235CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235CCD

Black with #235CCD

Text Example


Text Example

White with #235CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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