Html Css Color HEX #233FDB Persian Blue

📋 copy color: '#233FDB'

red 35 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #233FDB

Tints of Persian Blue #233FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.09%

R = 11.04%
G = 19.87%
B = 69.09%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#233FDB (or 0x233FDB) is known color: Persian Blue. HEX triplet: 23, 3F and DB. RGB value is (35,63,219). Sum of RGB (Red+Green+Blue) = 35+63+219=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #233FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FDB is #DCC024. Grayscale: #474747. Windows color (decimal): -14467109 or 14368547. OLE color: 14368547.

HSL color Cylindrical-coordinate representation of color #233FDB: hue angle of 230.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #233FDB is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 63 219 -
CMYK 0.84 0.71 0 0.14
HSL 230.87º 0.72% 0.5% -
HSV(B) 230.87º 0.84% 0.86% -
XYZ 15.26 9.03 67.96 -
YUV 72.41 210.72 101.32 -
System Red Green Blue C M Y K H S L
Decimal 35 63 219 0.84 0.71 0 0.14 230.87 0.72 0.5
Hex 23 3F DB 54 47 0 E E7 48 32
Octal 43 77 333 124 107 0 16 347 110 62
Binary 100011 111111 11011011 1010100 1000111 0 1110 11100111 1001000 110010

Color Harmonies of #233FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233FDB

Black with #233FDB

Text Example


Text Example

White with #233FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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