Html Css Color HEX #235FED Royal Blue

📋 copy color: '#235FED'

red 35 ◦ green 95 ◦ blue 237

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

Shades of Royal Blue #235FED

Tints of Royal Blue #235FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.89%

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

R = 9.54%
G = 25.89%
B = 64.58%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#235FED (or 0x235FED) is known color: Royal Blue. HEX triplet: 23, 5F and ED. RGB value is (35,95,237). Sum of RGB (Red+Green+Blue) = 35+95+237=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #235FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235FED is #DCA012. Grayscale: #5C5C5C. Windows color (decimal): -14458899 or 15556387. OLE color: 15556387.

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

Color convert

RGB 35 95 237 -
CMYK 0.85 0.60 0 0.07
HSL 222.18º 0.85% 0.53% -
HSV(B) 222.18º 0.85% 0.93% -
XYZ 20.07 14.66 81.89 -
YUV 93.25 209.12 86.45 -
System Red Green Blue C M Y K H S L
Decimal 35 95 237 0.85 0.60 0 0.07 222.18 0.85 0.53
Hex 23 5F ED 55 3C 0 7 DE 55 35
Octal 43 137 355 125 74 0 7 336 125 65
Binary 100011 1011111 11101101 1010101 111100 0 111 11011110 1010101 110101

Color Harmonies of #235FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235FED

Black with #235FED

Text Example


Text Example

White with #235FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235FED; }

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

 H1.HeaderClassName
 {
   color: #235FED;
 }
 .AnyTagClassName
 {
   color: #235FED;
 }
</style>

background-color css

<style>
 a { background-color: #235FED; }

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

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

border-color css

<style>
 span { border-color: #235FED; }

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

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