Html Css Color HEX #235DC0 Cerulean Blue

📋 copy color: '#235DC0'

red 35 ◦ green 93 ◦ blue 192

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

Shades of Cerulean Blue #235DC0

Tints of Cerulean Blue #235DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

 BLUE value IS 192 (75.39% from 255) = 60%

R = 10.94%
G = 29.06%
B = 60%

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

#235DC0 (or 0x235DC0) is known color: Cerulean Blue. HEX triplet: 23, 5D and C0. RGB value is (35,93,192). Sum of RGB (Red+Green+Blue) = 35+93+192=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #235DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235DC0 is #DCA23F. Grayscale: #565656. Windows color (decimal): -14459456 or 12606755. OLE color: 12606755.

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

Color convert

RGB 35 93 192 -
CMYK 0.82 0.52 0 0.25
HSL 217.83º 0.69% 0.45% -
HSV(B) 217.83º 0.82% 0.75% -
XYZ 14.12 11.99 51.44 -
YUV 86.94 187.28 90.95 -
System Red Green Blue C M Y K H S L
Decimal 35 93 192 0.82 0.52 0 0.25 217.83 0.69 0.45
Hex 23 5D C0 52 34 0 19 DA 45 2D
Octal 43 135 300 122 64 0 31 332 105 55
Binary 100011 1011101 11000000 1010010 110100 0 11001 11011010 1000101 101101

Color Harmonies of #235DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235DC0

Black with #235DC0

Text Example


Text Example

White with #235DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,93,192); }

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

background-color css

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

 a { background-color: rgb(35,93,192); }

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

border-color css

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

 span { border-color: rgb(35,93,192); }

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