Html Css Color HEX #234EED Royal Blue

📋 copy color: '#234EED'

red 35 ◦ green 78 ◦ blue 237

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

Shades of Royal Blue #234EED

Tints of Royal Blue #234EED

RGB

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

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

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

R = 10%
G = 22.29%
B = 67.71%

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

#234EED (or 0x234EED) is known color: Royal Blue. HEX triplet: 23, 4E and ED. RGB value is (35,78,237). Sum of RGB (Red+Green+Blue) = 35+78+237=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #234EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #234EED is #DCB112. Grayscale: #525252. Windows color (decimal): -14463251 or 15552035. OLE color: 15552035.

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

Color convert

RGB 35 78 237 -
CMYK 0.85 0.67 0 0.07
HSL 227.23º 0.85% 0.53% -
HSV(B) 227.23º 0.85% 0.93% -
XYZ 18.7 11.92 81.44 -
YUV 83.27 214.75 93.57 -
System Red Green Blue C M Y K H S L
Decimal 35 78 237 0.85 0.67 0 0.07 227.23 0.85 0.53
Hex 23 4E ED 55 43 0 7 E3 55 35
Octal 43 116 355 125 103 0 7 343 125 65
Binary 100011 1001110 11101101 1010101 1000011 0 111 11100011 1010101 110101

Color Harmonies of #234EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234EED

Black with #234EED

Text Example


Text Example

White with #234EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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