Html Css Color HEX #235DF1 Royal Blue

📋 copy color: '#235DF1'

red 35 ◦ green 93 ◦ blue 241

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

Shades of Royal Blue #235DF1

Tints of Royal Blue #235DF1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

 BLUE value IS 241 (94.53% from 255) = 65.31%

R = 9.49%
G = 25.2%
B = 65.31%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#235DF1 (or 0x235DF1) is known color: Royal Blue. HEX triplet: 23, 5D and F1. RGB value is (35,93,241). Sum of RGB (Red+Green+Blue) = 35+93+241=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #235DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235DF1 is #DCA20E. Grayscale: #5B5B5B. Windows color (decimal): -14459407 or 15818019. OLE color: 15818019.

HSL color Cylindrical-coordinate representation of color #235DF1: hue angle of 223.11º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #235DF1 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 93 241 -
CMYK 0.85 0.61 0 0.05
HSL 223.11º 0.88% 0.54% -
HSV(B) 223.11º 0.85% 0.95% -
XYZ 20.48 14.54 84.95 -
YUV 92.53 211.78 86.97 -
System Red Green Blue C M Y K H S L
Decimal 35 93 241 0.85 0.61 0 0.05 223.11 0.88 0.54
Hex 23 5D F1 55 3D 0 5 DF 58 36
Octal 43 135 361 125 75 0 5 337 130 66
Binary 100011 1011101 11110001 1010101 111101 0 101 11011111 1011000 110110

Color Harmonies of #235DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235DF1

Black with #235DF1

Text Example


Text Example

White with #235DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,93,241); }

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

background-color css

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

 a { background-color: rgb(35,93,241); }

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

border-color css

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

 span { border-color: rgb(35,93,241); }

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