Html Css Color HEX #235FDF Royal Blue

📋 copy color: '#235FDF'

red 35 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #235FDF

Tints of Royal Blue #235FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 9.92%
G = 26.91%
B = 63.17%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#235FDF (or 0x235FDF) is known color: Royal Blue. HEX triplet: 23, 5F and DF. RGB value is (35,95,223). Sum of RGB (Red+Green+Blue) = 35+95+223=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #235FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235FDF is #DCA020. Grayscale: #5B5B5B. Windows color (decimal): -14458913 or 14638883. OLE color: 14638883.

HSL color Cylindrical-coordinate representation of color #235FDF: hue angle of 220.85º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #235FDF is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 95 223 -
CMYK 0.84 0.57 0 0.13
HSL 220.85º 0.75% 0.51% -
HSV(B) 220.85º 0.84% 0.87% -
XYZ 18.1 13.87 71.53 -
YUV 91.65 202.12 87.59 -
System Red Green Blue C M Y K H S L
Decimal 35 95 223 0.84 0.57 0 0.13 220.85 0.75 0.51
Hex 23 5F DF 54 39 0 D DD 4B 33
Octal 43 137 337 124 71 0 15 335 113 63
Binary 100011 1011111 11011111 1010100 111001 0 1101 11011101 1001011 110011

Color Harmonies of #235FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235FDF

Black with #235FDF

Text Example


Text Example

White with #235FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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