Html Css Color HEX #0233DF Persian Blue

📋 copy color: '#0233DF'

red 2 ◦ green 51 ◦ blue 223

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

Shades of Persian Blue #0233DF

Tints of Persian Blue #0233DF

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

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

 BLUE value IS 223 (87.5% from 255) = 80.8%

R = 0.72%
G = 18.48%
B = 80.8%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0233DF (or 0x0233DF) is known color: Persian Blue. HEX triplet: 02, 33 and DF. RGB value is (2,51,223). Sum of RGB (Red+Green+Blue) = 2+51+223=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #0233DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0233DF is #FDCC20. Grayscale: #373737. Windows color (decimal): -16632865 or 14627586. OLE color: 14627586.

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

Color convert

RGB 2 51 223 -
CMYK 0.99 0.77 0 0.13
HSL 226.7º 0.98% 0.44% -
HSV(B) 226.7º 0.99% 0.87% -
XYZ 14.53 7.71 70.53 -
YUV 55.96 222.27 89.51 -
System Red Green Blue C M Y K H S L
Decimal 2 51 223 0.99 0.77 0 0.13 226.7 0.98 0.44
Hex 2 33 DF 63 4D 0 D E3 62 2C
Octal 2 63 337 143 115 0 15 343 142 54
Binary 10 110011 11011111 1100011 1001101 0 1101 11100011 1100010 101100

Color Harmonies of #0233DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0233DF

Black with #0233DF

Text Example


Text Example

White with #0233DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0233DF; }

 p { color: rgb(2,51,223); }

 H1.HeaderClassName
 {
   color: #0233DF;
 }
 .AnyTagClassName
 {
   color: #0233DF;
 }
</style>

background-color css

<style>
 a { background-color: #0233DF; }

 a { background-color: rgb(2,51,223); }

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

border-color css

<style>
 span { border-color: #0233DF; }

 span { border-color: rgb(2,51,223); }

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