Html Css Color HEX #233FDF Persian Blue

📋 copy color: '#233FDF'

red 35 ◦ green 63 ◦ blue 223

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

Shades of Persian Blue #233FDF

Tints of Persian Blue #233FDF

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 10.9%
G = 19.63%
B = 69.47%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#233FDF (or 0x233FDF) is known color: Persian Blue. HEX triplet: 23, 3F and DF. RGB value is (35,63,223). Sum of RGB (Red+Green+Blue) = 35+63+223=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #233FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FDF is #DCC020. Grayscale: #484848. Windows color (decimal): -14467105 or 14630691. OLE color: 14630691.

HSL color Cylindrical-coordinate representation of color #233FDF: hue angle of 231.06º 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 #233FDF is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 63 223 -
CMYK 0.84 0.72 0 0.13
HSL 231.06º 0.75% 0.51% -
HSV(B) 231.06º 0.84% 0.87% -
XYZ 15.79 9.24 70.76 -
YUV 72.87 212.72 100.99 -
System Red Green Blue C M Y K H S L
Decimal 35 63 223 0.84 0.72 0 0.13 231.06 0.75 0.51
Hex 23 3F DF 54 48 0 D E7 4B 33
Octal 43 77 337 124 110 0 15 347 113 63
Binary 100011 111111 11011111 1010100 1001000 0 1101 11100111 1001011 110011

Color Harmonies of #233FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233FDF

Black with #233FDF

Text Example


Text Example

White with #233FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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