Html Css Color HEX #234FEA Royal Blue

📋 copy color: '#234FEA'

red 35 ◦ green 79 ◦ blue 234

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

Shades of Royal Blue #234FEA

Tints of Royal Blue #234FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

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

R = 10.06%
G = 22.7%
B = 67.24%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#234FEA (or 0x234FEA) is known color: Royal Blue. HEX triplet: 23, 4F and EA. RGB value is (35,79,234). Sum of RGB (Red+Green+Blue) = 35+79+234=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #234FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #234FEA is #DCB015. Grayscale: #525252. Windows color (decimal): -14462998 or 15355683. OLE color: 15355683.

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

Color convert

RGB 35 79 234 -
CMYK 0.85 0.66 0 0.08
HSL 226.73º 0.83% 0.53% -
HSV(B) 226.73º 0.85% 0.92% -
XYZ 18.34 11.89 79.17 -
YUV 83.51 212.92 93.4 -
System Red Green Blue C M Y K H S L
Decimal 35 79 234 0.85 0.66 0 0.08 226.73 0.83 0.53
Hex 23 4F EA 55 42 0 8 E3 53 35
Octal 43 117 352 125 102 0 10 343 123 65
Binary 100011 1001111 11101010 1010101 1000010 0 1000 11100011 1010011 110101

Color Harmonies of #234FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234FEA

Black with #234FEA

Text Example


Text Example

White with #234FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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