Html Css Color HEX #233FDD Persian Blue

📋 copy color: '#233FDD'

red 35 ◦ green 63 ◦ blue 221

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

Shades of Persian Blue #233FDD

Tints of Persian Blue #233FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.28%

R = 10.97%
G = 19.75%
B = 69.28%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#233FDD (or 0x233FDD) is known color: Persian Blue. HEX triplet: 23, 3F and DD. RGB value is (35,63,221). Sum of RGB (Red+Green+Blue) = 35+63+221=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #233FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FDD is #DCC022. Grayscale: #474747. Windows color (decimal): -14467107 or 14499619. OLE color: 14499619.

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

Color convert

RGB 35 63 221 -
CMYK 0.84 0.71 0 0.13
HSL 230.97º 0.73% 0.5% -
HSV(B) 230.97º 0.84% 0.87% -
XYZ 15.52 9.13 69.35 -
YUV 72.64 211.72 101.15 -
System Red Green Blue C M Y K H S L
Decimal 35 63 221 0.84 0.71 0 0.13 230.97 0.73 0.5
Hex 23 3F DD 54 47 0 D E7 49 32
Octal 43 77 335 124 107 0 15 347 111 62
Binary 100011 111111 11011101 1010100 1000111 0 1101 11100111 1001001 110010

Color Harmonies of #233FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233FDD

Black with #233FDD

Text Example


Text Example

White with #233FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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