Html Css Color HEX #236BF1 Royal Blue

📋 copy color: '#236BF1'

red 35 ◦ green 107 ◦ blue 241

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

Shades of Royal Blue #236BF1

Tints of Royal Blue #236BF1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.94%

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

R = 9.14%
G = 27.94%
B = 62.92%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#236BF1 (or 0x236BF1) is known color: Royal Blue. HEX triplet: 23, 6B and F1. RGB value is (35,107,241). Sum of RGB (Red+Green+Blue) = 35+107+241=383 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.14% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 241 (94.53% from 255 or 62.92% from 383); Max value from RGB is 241 - color contains mainly: blue. Hex color #236BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #236BF1 is #DC940E. Grayscale: #646464. Windows color (decimal): -14455823 or 15821603. OLE color: 15821603.

HSL color Cylindrical-coordinate representation of color #236BF1: hue angle of 219.03º 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 #236BF1 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 107 241 -
CMYK 0.85 0.56 0 0.05
HSL 219.03º 0.88% 0.54% -
HSV(B) 219.03º 0.85% 0.95% -
XYZ 21.83 17.22 85.39 -
YUV 100.75 207.15 81.1 -
System Red Green Blue C M Y K H S L
Decimal 35 107 241 0.85 0.56 0 0.05 219.03 0.88 0.54
Hex 23 6B F1 55 38 0 5 DB 58 36
Octal 43 153 361 125 70 0 5 333 130 66
Binary 100011 1101011 11110001 1010101 111000 0 101 11011011 1011000 110110

Color Harmonies of #236BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236BF1

Black with #236BF1

Text Example


Text Example

White with #236BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236BF1; }

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

 H1.HeaderClassName
 {
   color: #236BF1;
 }
 .AnyTagClassName
 {
   color: #236BF1;
 }
</style>

background-color css

<style>
 a { background-color: #236BF1; }

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

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

border-color css

<style>
 span { border-color: #236BF1; }

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

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