Html Css Color HEX #235BDA Cerulean Blue

📋 copy color: '#235BDA'

red 35 ◦ green 91 ◦ blue 218

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

Shades of Cerulean Blue #235BDA

Tints of Cerulean Blue #235BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.45%

 BLUE value IS 218 (85.55% from 255) = 63.37%

R = 10.17%
G = 26.45%
B = 63.37%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#235BDA (or 0x235BDA) is known color: Cerulean Blue. HEX triplet: 23, 5B and DA. RGB value is (35,91,218). Sum of RGB (Red+Green+Blue) = 35+91+218=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #235BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235BDA is #DCA425. Grayscale: #585858. Windows color (decimal): -14459942 or 14310179. OLE color: 14310179.

HSL color Cylindrical-coordinate representation of color #235BDA: hue angle of 221.64º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #235BDA is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 91 218 -
CMYK 0.84 0.58 0 0.15
HSL 221.64º 0.72% 0.5% -
HSV(B) 221.64º 0.84% 0.85% -
XYZ 17.09 12.9 67.92 -
YUV 88.73 200.95 89.67 -
System Red Green Blue C M Y K H S L
Decimal 35 91 218 0.84 0.58 0 0.15 221.64 0.72 0.5
Hex 23 5B DA 54 3A 0 F DE 48 32
Octal 43 133 332 124 72 0 17 336 110 62
Binary 100011 1011011 11011010 1010100 111010 0 1111 11011110 1001000 110010

Color Harmonies of #235BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235BDA

Black with #235BDA

Text Example


Text Example

White with #235BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,91,218); }

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

background-color css

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

 a { background-color: rgb(35,91,218); }

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

border-color css

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

 span { border-color: rgb(35,91,218); }

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