Html Css Color HEX #234EEC Royal Blue

📋 copy color: '#234EEC'

red 35 ◦ green 78 ◦ blue 236

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

Shades of Royal Blue #234EEC

Tints of Royal Blue #234EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.35%

 BLUE value IS 236 (92.58% from 255) = 67.62%

R = 10.03%
G = 22.35%
B = 67.62%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#234EEC (or 0x234EEC) is known color: Royal Blue. HEX triplet: 23, 4E and EC. RGB value is (35,78,236). Sum of RGB (Red+Green+Blue) = 35+78+236=349 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.03% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #234EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #234EEC is #DCB113. Grayscale: #525252. Windows color (decimal): -14463252 or 15486499. OLE color: 15486499.

HSL color Cylindrical-coordinate representation of color #234EEC: hue angle of 227.16º degrees, saturation: 0.84, 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 #234EEC is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 78 236 -
CMYK 0.85 0.67 0 0.07
HSL 227.16º 0.84% 0.53% -
HSV(B) 227.16º 0.85% 0.93% -
XYZ 18.56 11.86 80.67 -
YUV 83.16 214.25 93.65 -
System Red Green Blue C M Y K H S L
Decimal 35 78 236 0.85 0.67 0 0.07 227.16 0.84 0.53
Hex 23 4E EC 55 43 0 7 E3 54 35
Octal 43 116 354 125 103 0 7 343 124 65
Binary 100011 1001110 11101100 1010101 1000011 0 111 11100011 1010100 110101

Color Harmonies of #234EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234EEC

Black with #234EEC

Text Example


Text Example

White with #234EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,78,236); }

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

background-color css

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

 a { background-color: rgb(35,78,236); }

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

border-color css

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

 span { border-color: rgb(35,78,236); }

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