Html Css Color HEX #233FD2 Persian Blue

📋 copy color: '#233FD2'

red 35 ◦ green 63 ◦ blue 210

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

Shades of Persian Blue #233FD2

Tints of Persian Blue #233FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 68.18%

R = 11.36%
G = 20.45%
B = 68.18%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#233FD2 (or 0x233FD2) is known color: Persian Blue. HEX triplet: 23, 3F and D2. RGB value is (35,63,210). Sum of RGB (Red+Green+Blue) = 35+63+210=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 210 (82.42% from 255 or 68.18% from 308); Max value from RGB is 210 - color contains mainly: blue. Hex color #233FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FD2 is #DCC02D. Grayscale: #464646. Windows color (decimal): -14467118 or 13778723. OLE color: 13778723.

HSL color Cylindrical-coordinate representation of color #233FD2: hue angle of 230.4º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #233FD2 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 35 63 210 -
CMYK 0.83 0.70 0 0.18
HSL 230.4º 0.71% 0.48% -
HSV(B) 230.4º 0.83% 0.82% -
XYZ 14.1 8.57 61.88 -
YUV 71.39 206.22 102.05 -
System Red Green Blue C M Y K H S L
Decimal 35 63 210 0.83 0.70 0 0.18 230.4 0.71 0.48
Hex 23 3F D2 53 46 0 12 E6 47 30
Octal 43 77 322 123 106 0 22 346 107 60
Binary 100011 111111 11010010 1010011 1000110 0 10010 11100110 1000111 110000

Color Harmonies of #233FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233FD2

Black with #233FD2

Text Example


Text Example

White with #233FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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