Html Css Color HEX #0433DD Persian Blue

📋 copy color: '#0433DD'

red 4 ◦ green 51 ◦ blue 221

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

Shades of Persian Blue #0433DD

Tints of Persian Blue #0433DD

RGB

 RED value IS 4 (1.95% from 255) = 1.45%

 GREEN value IS 51 (20.31% from 255) = 18.48%

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

R = 1.45%
G = 18.48%
B = 80.07%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0433DD (or 0x0433DD) is known color: Persian Blue. HEX triplet: 04, 33 and DD. RGB value is (4,51,221). Sum of RGB (Red+Green+Blue) = 4+51+221=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #0433DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0433DD is #FBCC22. Grayscale: #373737. Windows color (decimal): -16501795 or 14496516. OLE color: 14496516.

HSL color Cylindrical-coordinate representation of color #0433DD: hue angle of 227º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0433DD is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 51 221 -
CMYK 0.98 0.77 0 0.13
HSL 227º 0.96% 0.44% -
HSV(B) 227º 0.98% 0.87% -
XYZ 14.29 7.61 69.12 -
YUV 56.33 220.93 90.68 -
System Red Green Blue C M Y K H S L
Decimal 4 51 221 0.98 0.77 0 0.13 227 0.96 0.44
Hex 4 33 DD 62 4D 0 D E3 60 2C
Octal 4 63 335 142 115 0 15 343 140 54
Binary 100 110011 11011101 1100010 1001101 0 1101 11100011 1100000 101100

Color Harmonies of #0433DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0433DD

Black with #0433DD

Text Example


Text Example

White with #0433DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0433DD; }

 p { color: rgb(4,51,221); }

 H1.HeaderClassName
 {
   color: #0433DD;
 }
 .AnyTagClassName
 {
   color: #0433DD;
 }
</style>

background-color css

<style>
 a { background-color: #0433DD; }

 a { background-color: rgb(4,51,221); }

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

border-color css

<style>
 span { border-color: #0433DD; }

 span { border-color: rgb(4,51,221); }

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