Html Css Color HEX #234FEE Royal Blue

📋 copy color: '#234FEE'

red 35 ◦ green 79 ◦ blue 238

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

Shades of Royal Blue #234FEE

Tints of Royal Blue #234FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 67.61%

R = 9.94%
G = 22.44%
B = 67.61%

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

#234FEE (or 0x234FEE) is known color: Royal Blue. HEX triplet: 23, 4F and EE. RGB value is (35,79,238). Sum of RGB (Red+Green+Blue) = 35+79+238=352 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.94% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #234FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #234FEE is #DCB011. Grayscale: #535353. Windows color (decimal): -14462994 or 15617827. OLE color: 15617827.

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

Color convert

RGB 35 79 238 -
CMYK 0.85 0.67 0 0.07
HSL 227º 0.86% 0.54% -
HSV(B) 227º 0.85% 0.93% -
XYZ 18.92 12.12 82.23 -
YUV 83.97 214.92 93.07 -
System Red Green Blue C M Y K H S L
Decimal 35 79 238 0.85 0.67 0 0.07 227 0.86 0.54
Hex 23 4F EE 55 43 0 7 E3 56 36
Octal 43 117 356 125 103 0 7 343 126 66
Binary 100011 1001111 11101110 1010101 1000011 0 111 11100011 1010110 110110

Color Harmonies of #234FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234FEE

Black with #234FEE

Text Example


Text Example

White with #234FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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