Html Css Color HEX #234EEF Royal Blue

📋 copy color: '#234EEF'

red 35 ◦ green 78 ◦ blue 239

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

Shades of Royal Blue #234EEF

Tints of Royal Blue #234EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.9%

R = 9.94%
G = 22.16%
B = 67.9%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#234EEF (or 0x234EEF) is known color: Royal Blue. HEX triplet: 23, 4E and EF. RGB value is (35,78,239). Sum of RGB (Red+Green+Blue) = 35+78+239=352 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.94% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #234EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #234EEF is #DCB110. Grayscale: #525252. Windows color (decimal): -14463249 or 15683107. OLE color: 15683107.

HSL color Cylindrical-coordinate representation of color #234EEF: hue angle of 227.35º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #234EEF is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 35 78 239 -
CMYK 0.85 0.67 0 0.06
HSL 227.35º 0.86% 0.54% -
HSV(B) 227.35º 0.85% 0.94% -
XYZ 19 12.04 82.98 -
YUV 83.5 215.75 93.41 -
System Red Green Blue C M Y K H S L
Decimal 35 78 239 0.85 0.67 0 0.06 227.35 0.86 0.54
Hex 23 4E EF 55 43 0 6 E3 56 36
Octal 43 116 357 125 103 0 6 343 126 66
Binary 100011 1001110 11101111 1010101 1000011 0 110 11100011 1010110 110110

Color Harmonies of #234EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234EEF

Black with #234EEF

Text Example


Text Example

White with #234EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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