Html Css Color HEX #235EDD Royal Blue

📋 copy color: '#235EDD'

red 35 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #235EDD

Tints of Royal Blue #235EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.86%

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

R = 10%
G = 26.86%
B = 63.14%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#235EDD (or 0x235EDD) is known color: Royal Blue. HEX triplet: 23, 5E and DD. RGB value is (35,94,221). Sum of RGB (Red+Green+Blue) = 35+94+221=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #235EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235EDD is #DCA122. Grayscale: #5A5A5A. Windows color (decimal): -14459171 or 14507555. OLE color: 14507555.

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

Color convert

RGB 35 94 221 -
CMYK 0.84 0.57 0 0.13
HSL 220.97º 0.73% 0.5% -
HSV(B) 220.97º 0.84% 0.87% -
XYZ 17.75 13.58 70.09 -
YUV 90.84 201.45 88.17 -
System Red Green Blue C M Y K H S L
Decimal 35 94 221 0.84 0.57 0 0.13 220.97 0.73 0.5
Hex 23 5E DD 54 39 0 D DD 49 32
Octal 43 136 335 124 71 0 15 335 111 62
Binary 100011 1011110 11011101 1010100 111001 0 1101 11011101 1001001 110010

Color Harmonies of #235EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235EDD

Black with #235EDD

Text Example


Text Example

White with #235EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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