Html Css Color HEX #233FDC Persian Blue

📋 copy color: '#233FDC'

red 35 ◦ green 63 ◦ blue 220

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

Shades of Persian Blue #233FDC

Tints of Persian Blue #233FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.18%

R = 11.01%
G = 19.81%
B = 69.18%

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

#233FDC (or 0x233FDC) is known color: Persian Blue. HEX triplet: 23, 3F and DC. RGB value is (35,63,220). Sum of RGB (Red+Green+Blue) = 35+63+220=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #233FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FDC is #DCC023. Grayscale: #474747. Windows color (decimal): -14467108 or 14434083. OLE color: 14434083.

HSL color Cylindrical-coordinate representation of color #233FDC: hue angle of 230.92º degrees, saturation: 0.73, 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 #233FDC is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 63 220 -
CMYK 0.84 0.71 0 0.14
HSL 230.92º 0.73% 0.5% -
HSV(B) 230.92º 0.84% 0.86% -
XYZ 15.39 9.08 68.65 -
YUV 72.53 211.22 101.23 -
System Red Green Blue C M Y K H S L
Decimal 35 63 220 0.84 0.71 0 0.14 230.92 0.73 0.5
Hex 23 3F DC 54 47 0 E E7 49 32
Octal 43 77 334 124 107 0 16 347 111 62
Binary 100011 111111 11011100 1010100 1000111 0 1110 11100111 1001001 110010

Color Harmonies of #233FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233FDC

Black with #233FDC

Text Example


Text Example

White with #233FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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