Html Css Color HEX #234CEA Royal Blue

📋 copy color: '#234CEA'

red 35 ◦ green 76 ◦ blue 234

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

Shades of Royal Blue #234CEA

Tints of Royal Blue #234CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.83%

R = 10.14%
G = 22.03%
B = 67.83%

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

#234CEA (or 0x234CEA) is known color: Royal Blue. HEX triplet: 23, 4C and EA. RGB value is (35,76,234). Sum of RGB (Red+Green+Blue) = 35+76+234=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #234CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234CEA is #DCB315. Grayscale: #515151. Windows color (decimal): -14463766 or 15354915. OLE color: 15354915.

HSL color Cylindrical-coordinate representation of color #234CEA: hue angle of 227.64º 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 #234CEA is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 76 234 -
CMYK 0.85 0.68 0 0.08
HSL 227.64º 0.83% 0.53% -
HSV(B) 227.64º 0.85% 0.92% -
XYZ 18.13 11.47 79.1 -
YUV 81.75 213.92 94.65 -
System Red Green Blue C M Y K H S L
Decimal 35 76 234 0.85 0.68 0 0.08 227.64 0.83 0.53
Hex 23 4C EA 55 44 0 8 E4 53 35
Octal 43 114 352 125 104 0 10 344 123 65
Binary 100011 1001100 11101010 1010101 1000100 0 1000 11100100 1010011 110101

Color Harmonies of #234CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234CEA

Black with #234CEA

Text Example


Text Example

White with #234CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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