Html Css Color HEX #234CEB Royal Blue

📋 copy color: '#234CEB'

red 35 ◦ green 76 ◦ blue 235

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

Shades of Royal Blue #234CEB

Tints of Royal Blue #234CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

 BLUE value IS 235 (92.19% from 255) = 67.92%

R = 10.12%
G = 21.97%
B = 67.92%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#234CEB (or 0x234CEB) is known color: Royal Blue. HEX triplet: 23, 4C and EB. RGB value is (35,76,235). Sum of RGB (Red+Green+Blue) = 35+76+235=346 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.12% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #234CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234CEB is #DCB314. Grayscale: #515151. Windows color (decimal): -14463765 or 15420451. OLE color: 15420451.

HSL color Cylindrical-coordinate representation of color #234CEB: hue angle of 227.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #234CEB is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 76 235 -
CMYK 0.85 0.68 0 0.08
HSL 227.7º 0.83% 0.53% -
HSV(B) 227.7º 0.85% 0.92% -
XYZ 18.27 11.52 79.86 -
YUV 81.87 214.42 94.57 -
System Red Green Blue C M Y K H S L
Decimal 35 76 235 0.85 0.68 0 0.08 227.7 0.83 0.53
Hex 23 4C EB 55 44 0 8 E4 53 35
Octal 43 114 353 125 104 0 10 344 123 65
Binary 100011 1001100 11101011 1010101 1000100 0 1000 11100100 1010011 110101

Color Harmonies of #234CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CEB

Black with #234CEB

Text Example


Text Example

White with #234CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234CEB; }

 p { color: rgb(35,76,235); }

 H1.HeaderClassName
 {
   color: #234CEB;
 }
 .AnyTagClassName
 {
   color: #234CEB;
 }
</style>

background-color css

<style>
 a { background-color: #234CEB; }

 a { background-color: rgb(35,76,235); }

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

border-color css

<style>
 span { border-color: #234CEB; }

 span { border-color: rgb(35,76,235); }

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