Html Css Color HEX #235AD2 Cerulean Blue

📋 copy color: '#235AD2'

red 35 ◦ green 90 ◦ blue 210

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

Shades of Cerulean Blue #235AD2

Tints of Cerulean Blue #235AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 62.69%

R = 10.45%
G = 26.87%
B = 62.69%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#235AD2 (or 0x235AD2) is known color: Cerulean Blue. HEX triplet: 23, 5A and D2. RGB value is (35,90,210). Sum of RGB (Red+Green+Blue) = 35+90+210=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 210 (82.42% from 255 or 62.69% from 335); Max value from RGB is 210 - color contains mainly: blue. Hex color #235AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235AD2 is #DCA52D. Grayscale: #565656. Windows color (decimal): -14460206 or 13785635. OLE color: 13785635.

HSL color Cylindrical-coordinate representation of color #235AD2: hue angle of 221.14º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #235AD2 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 35 90 210 -
CMYK 0.83 0.57 0 0.18
HSL 221.14º 0.71% 0.48% -
HSV(B) 221.14º 0.83% 0.82% -
XYZ 15.98 12.32 62.51 -
YUV 87.24 197.28 90.74 -
System Red Green Blue C M Y K H S L
Decimal 35 90 210 0.83 0.57 0 0.18 221.14 0.71 0.48
Hex 23 5A D2 53 39 0 12 DD 47 30
Octal 43 132 322 123 71 0 22 335 107 60
Binary 100011 1011010 11010010 1010011 111001 0 10010 11011101 1000111 110000

Color Harmonies of #235AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235AD2

Black with #235AD2

Text Example


Text Example

White with #235AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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