Html Css Color HEX #235FFB Royal Blue

📋 copy color: '#235FFB'

red 35 ◦ green 95 ◦ blue 251

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

Shades of Royal Blue #235FFB

Tints of Royal Blue #235FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.88%

R = 9.19%
G = 24.93%
B = 65.88%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#235FFB (or 0x235FFB) is known color: Royal Blue. HEX triplet: 23, 5F and FB. RGB value is (35,95,251). Sum of RGB (Red+Green+Blue) = 35+95+251=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #235FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235FFB is #DCA004. Grayscale: #5E5E5E. Windows color (decimal): -14458885 or 16473891. OLE color: 16473891.

HSL color Cylindrical-coordinate representation of color #235FFB: hue angle of 223.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #235FFB is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 95 251 -
CMYK 0.86 0.62 0 0.02
HSL 223.33º 0.96% 0.56% -
HSV(B) 223.33º 0.86% 0.98% -
XYZ 22.2 15.51 93.09 -
YUV 94.84 216.12 85.32 -
System Red Green Blue C M Y K H S L
Decimal 35 95 251 0.86 0.62 0 0.02 223.33 0.96 0.56
Hex 23 5F FB 56 3E 0 2 DF 60 38
Octal 43 137 373 126 76 0 2 337 140 70
Binary 100011 1011111 11111011 1010110 111110 0 10 11011111 1100000 111000

Color Harmonies of #235FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235FFB

Black with #235FFB

Text Example


Text Example

White with #235FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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