Html Css Color HEX #233FD1 Persian Blue

📋 copy color: '#233FD1'

red 35 ◦ green 63 ◦ blue 209

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

Shades of Persian Blue #233FD1

Tints of Persian Blue #233FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 68.08%

R = 11.4%
G = 20.52%
B = 68.08%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#233FD1 (or 0x233FD1) is known color: Persian Blue. HEX triplet: 23, 3F and D1. RGB value is (35,63,209). Sum of RGB (Red+Green+Blue) = 35+63+209=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 209 (82.03% from 255 or 68.08% from 307); Max value from RGB is 209 - color contains mainly: blue. Hex color #233FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FD1 is #DCC02E. Grayscale: #464646. Windows color (decimal): -14467119 or 13713187. OLE color: 13713187.

HSL color Cylindrical-coordinate representation of color #233FD1: hue angle of 230.34º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233FD1 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 35 63 209 -
CMYK 0.83 0.70 0 0.18
HSL 230.34º 0.71% 0.48% -
HSV(B) 230.34º 0.83% 0.82% -
XYZ 13.98 8.52 61.23 -
YUV 71.27 205.72 102.13 -
System Red Green Blue C M Y K H S L
Decimal 35 63 209 0.83 0.70 0 0.18 230.34 0.71 0.48
Hex 23 3F D1 53 46 0 12 E6 47 30
Octal 43 77 321 123 106 0 22 346 107 60
Binary 100011 111111 11010001 1010011 1000110 0 10010 11100110 1000111 110000

Color Harmonies of #233FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233FD1

Black with #233FD1

Text Example


Text Example

White with #233FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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