Html Css Color HEX #235CDD Royal Blue

📋 copy color: '#235CDD'

red 35 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #235CDD

Tints of Royal Blue #235CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

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

R = 10.06%
G = 26.44%
B = 63.51%

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

#235CDD (or 0x235CDD) is known color: Royal Blue. HEX triplet: 23, 5C and DD. RGB value is (35,92,221). Sum of RGB (Red+Green+Blue) = 35+92+221=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #235CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235CDD is #DCA322. Grayscale: #595959. Windows color (decimal): -14459683 or 14507043. OLE color: 14507043.

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

Color convert

RGB 35 92 221 -
CMYK 0.84 0.58 0 0.13
HSL 221.61º 0.73% 0.5% -
HSV(B) 221.61º 0.84% 0.87% -
XYZ 17.57 13.23 70.03 -
YUV 89.66 202.12 89.01 -
System Red Green Blue C M Y K H S L
Decimal 35 92 221 0.84 0.58 0 0.13 221.61 0.73 0.5
Hex 23 5C DD 54 3A 0 D DE 49 32
Octal 43 134 335 124 72 0 15 336 111 62
Binary 100011 1011100 11011101 1010100 111010 0 1101 11011110 1001001 110010

Color Harmonies of #235CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235CDD

Black with #235CDD

Text Example


Text Example

White with #235CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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