Html Css Color HEX #235DDD Royal Blue

📋 copy color: '#235DDD'

red 35 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #235DDD

Tints of Royal Blue #235DDD

RGB

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

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

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

R = 10.03%
G = 26.65%
B = 63.32%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#235DDD (or 0x235DDD) is known color: Royal Blue. HEX triplet: 23, 5D and DD. RGB value is (35,93,221). Sum of RGB (Red+Green+Blue) = 35+93+221=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #235DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235DDD is #DCA222. Grayscale: #595959. Windows color (decimal): -14459427 or 14507299. OLE color: 14507299.

HSL color Cylindrical-coordinate representation of color #235DDD: hue angle of 221.29º 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 #235DDD is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 93 221 -
CMYK 0.84 0.58 0 0.13
HSL 221.29º 0.73% 0.5% -
HSV(B) 221.29º 0.84% 0.87% -
XYZ 17.66 13.41 70.06 -
YUV 90.25 201.78 88.59 -
System Red Green Blue C M Y K H S L
Decimal 35 93 221 0.84 0.58 0 0.13 221.29 0.73 0.5
Hex 23 5D DD 54 3A 0 D DD 49 32
Octal 43 135 335 124 72 0 15 335 111 62
Binary 100011 1011101 11011101 1010100 111010 0 1101 11011101 1001001 110010

Color Harmonies of #235DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235DDD

Black with #235DDD

Text Example


Text Example

White with #235DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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