Html Css Color HEX #235ADD Cerulean Blue

📋 copy color: '#235ADD'

red 35 ◦ green 90 ◦ blue 221

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

Shades of Cerulean Blue #235ADD

Tints of Cerulean Blue #235ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.01%

 BLUE value IS 221 (86.72% from 255) = 63.87%

R = 10.12%
G = 26.01%
B = 63.87%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#235ADD (or 0x235ADD) is known color: Cerulean Blue. HEX triplet: 23, 5A and DD. RGB value is (35,90,221). Sum of RGB (Red+Green+Blue) = 35+90+221=346 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.12% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #235ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ADD is #DCA522. Grayscale: #575757. Windows color (decimal): -14460195 or 14506531. OLE color: 14506531.

HSL color Cylindrical-coordinate representation of color #235ADD: hue angle of 222.26º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #235ADD is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 90 221 -
CMYK 0.84 0.59 0 0.13
HSL 222.26º 0.73% 0.5% -
HSV(B) 222.26º 0.84% 0.87% -
XYZ 17.4 12.89 69.98 -
YUV 88.49 202.78 89.85 -
System Red Green Blue C M Y K H S L
Decimal 35 90 221 0.84 0.59 0 0.13 222.26 0.73 0.5
Hex 23 5A DD 54 3B 0 D DE 49 32
Octal 43 132 335 124 73 0 15 336 111 62
Binary 100011 1011010 11011101 1010100 111011 0 1101 11011110 1001001 110010

Color Harmonies of #235ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235ADD

Black with #235ADD

Text Example


Text Example

White with #235ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,90,221); }

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

background-color css

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

 a { background-color: rgb(35,90,221); }

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

border-color css

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

 span { border-color: rgb(35,90,221); }

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