Html Css Color HEX #233FD5 Persian Blue

📋 copy color: '#233FD5'

red 35 ◦ green 63 ◦ blue 213

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

Shades of Persian Blue #233FD5

Tints of Persian Blue #233FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 68.49%

R = 11.25%
G = 20.26%
B = 68.49%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#233FD5 (or 0x233FD5) is known color: Persian Blue. HEX triplet: 23, 3F and D5. RGB value is (35,63,213). Sum of RGB (Red+Green+Blue) = 35+63+213=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 213 (83.59% from 255 or 68.49% from 311); Max value from RGB is 213 - color contains mainly: blue. Hex color #233FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FD5 is #DCC02A. Grayscale: #474747. Windows color (decimal): -14467115 or 13975331. OLE color: 13975331.

HSL color Cylindrical-coordinate representation of color #233FD5: hue angle of 230.56º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #233FD5 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 63 213 -
CMYK 0.84 0.70 0 0.16
HSL 230.56º 0.72% 0.49% -
HSV(B) 230.56º 0.84% 0.84% -
XYZ 14.48 8.72 63.87 -
YUV 71.73 207.72 101.8 -
System Red Green Blue C M Y K H S L
Decimal 35 63 213 0.84 0.70 0 0.16 230.56 0.72 0.49
Hex 23 3F D5 54 46 0 10 E7 48 31
Octal 43 77 325 124 106 0 20 347 110 61
Binary 100011 111111 11010101 1010100 1000110 0 10000 11100111 1001000 110001

Color Harmonies of #233FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233FD5

Black with #233FD5

Text Example


Text Example

White with #233FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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