Html Css Color HEX #235CED Royal Blue

📋 copy color: '#235CED'

red 35 ◦ green 92 ◦ blue 237

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

Shades of Royal Blue #235CED

Tints of Royal Blue #235CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.11%

R = 9.62%
G = 25.27%
B = 65.11%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#235CED (or 0x235CED) is known color: Royal Blue. HEX triplet: 23, 5C and ED. RGB value is (35,92,237). Sum of RGB (Red+Green+Blue) = 35+92+237=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #235CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235CED is #DCA312. Grayscale: #5A5A5A. Windows color (decimal): -14459667 or 15555619. OLE color: 15555619.

HSL color Cylindrical-coordinate representation of color #235CED: hue angle of 223.07º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #235CED is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 92 237 -
CMYK 0.85 0.61 0 0.07
HSL 223.07º 0.85% 0.53% -
HSV(B) 223.07º 0.85% 0.93% -
XYZ 19.81 14.13 81.8 -
YUV 91.49 210.12 87.71 -
System Red Green Blue C M Y K H S L
Decimal 35 92 237 0.85 0.61 0 0.07 223.07 0.85 0.53
Hex 23 5C ED 55 3D 0 7 DF 55 35
Octal 43 134 355 125 75 0 7 337 125 65
Binary 100011 1011100 11101101 1010101 111101 0 111 11011111 1010101 110101

Color Harmonies of #235CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235CED

Black with #235CED

Text Example


Text Example

White with #235CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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