Html Css Color HEX #0233CF Persian Blue

📋 copy color: '#0233CF'

red 2 ◦ green 51 ◦ blue 207

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

Shades of Persian Blue #0233CF

Tints of Persian Blue #0233CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 79.62%

R = 0.77%
G = 19.62%
B = 79.62%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0233CF (or 0x0233CF) is known color: Persian Blue. HEX triplet: 02, 33 and CF. RGB value is (2,51,207). Sum of RGB (Red+Green+Blue) = 2+51+207=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #0233CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0233CF is #FDCC30. Grayscale: #353535. Windows color (decimal): -16632881 or 13579010. OLE color: 13579010.

HSL color Cylindrical-coordinate representation of color #0233CF: hue angle of 225.66º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0233CF is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 51 207 -
CMYK 0.99 0.75 0 0.19
HSL 225.66º 0.98% 0.41% -
HSV(B) 225.66º 0.99% 0.81% -
XYZ 12.47 6.89 59.7 -
YUV 54.13 214.27 90.82 -
System Red Green Blue C M Y K H S L
Decimal 2 51 207 0.99 0.75 0 0.19 225.66 0.98 0.41
Hex 2 33 CF 63 4B 0 13 E2 62 29
Octal 2 63 317 143 113 0 23 342 142 51
Binary 10 110011 11001111 1100011 1001011 0 10011 11100010 1100010 101001

Color Harmonies of #0233CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0233CF

Black with #0233CF

Text Example


Text Example

White with #0233CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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