Html Css Color HEX #235EDC Royal Blue

📋 copy color: '#235EDC'

red 35 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #235EDC

Tints of Royal Blue #235EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 10.03%
G = 26.93%
B = 63.04%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#235EDC (or 0x235EDC) is known color: Royal Blue. HEX triplet: 23, 5E and DC. RGB value is (35,94,220). Sum of RGB (Red+Green+Blue) = 35+94+220=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #235EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235EDC is #DCA123. Grayscale: #5A5A5A. Windows color (decimal): -14459172 or 14442019. OLE color: 14442019.

HSL color Cylindrical-coordinate representation of color #235EDC: hue angle of 220.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #235EDC is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 94 220 -
CMYK 0.84 0.57 0 0.14
HSL 220.86º 0.73% 0.5% -
HSV(B) 220.86º 0.84% 0.86% -
XYZ 17.61 13.53 69.39 -
YUV 90.72 200.95 88.25 -
System Red Green Blue C M Y K H S L
Decimal 35 94 220 0.84 0.57 0 0.14 220.86 0.73 0.5
Hex 23 5E DC 54 39 0 E DD 49 32
Octal 43 136 334 124 71 0 16 335 111 62
Binary 100011 1011110 11011100 1010100 111001 0 1110 11011101 1001001 110010

Color Harmonies of #235EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235EDC

Black with #235EDC

Text Example


Text Example

White with #235EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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