Html Css Color HEX #234FEC Royal Blue

📋 copy color: '#234FEC'

red 35 ◦ green 79 ◦ blue 236

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

Shades of Royal Blue #234FEC

Tints of Royal Blue #234FEC

RGB

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

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

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

R = 10%
G = 22.57%
B = 67.43%

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

#234FEC (or 0x234FEC) is known color: Royal Blue. HEX triplet: 23, 4F and EC. RGB value is (35,79,236). Sum of RGB (Red+Green+Blue) = 35+79+236=350 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #234FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #234FEC is #DCB013. Grayscale: #535353. Windows color (decimal): -14462996 or 15486755. OLE color: 15486755.

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

Color convert

RGB 35 79 236 -
CMYK 0.85 0.67 0 0.07
HSL 226.87º 0.84% 0.53% -
HSV(B) 226.87º 0.85% 0.93% -
XYZ 18.63 12.01 80.69 -
YUV 83.74 213.92 93.23 -
System Red Green Blue C M Y K H S L
Decimal 35 79 236 0.85 0.67 0 0.07 226.87 0.84 0.53
Hex 23 4F EC 55 43 0 7 E3 54 35
Octal 43 117 354 125 103 0 7 343 124 65
Binary 100011 1001111 11101100 1010101 1000011 0 111 11100011 1010100 110101

Color Harmonies of #234FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234FEC

Black with #234FEC

Text Example


Text Example

White with #234FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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