Html Css Color HEX #233FDA Persian Blue

📋 copy color: '#233FDA'

red 35 ◦ green 63 ◦ blue 218

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

Shades of Persian Blue #233FDA

Tints of Persian Blue #233FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 11.08%
G = 19.94%
B = 68.99%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#233FDA (or 0x233FDA) is known color: Persian Blue. HEX triplet: 23, 3F and DA. RGB value is (35,63,218). Sum of RGB (Red+Green+Blue) = 35+63+218=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #233FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FDA is #DCC025. Grayscale: #474747. Windows color (decimal): -14467110 or 14303011. OLE color: 14303011.

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

Color convert

RGB 35 63 218 -
CMYK 0.84 0.71 0 0.15
HSL 230.82º 0.72% 0.5% -
HSV(B) 230.82º 0.84% 0.85% -
XYZ 15.13 8.97 67.26 -
YUV 72.3 210.22 101.4 -
System Red Green Blue C M Y K H S L
Decimal 35 63 218 0.84 0.71 0 0.15 230.82 0.72 0.5
Hex 23 3F DA 54 47 0 F E7 48 32
Octal 43 77 332 124 107 0 17 347 110 62
Binary 100011 111111 11011010 1010100 1000111 0 1111 11100111 1001000 110010

Color Harmonies of #233FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233FDA

Black with #233FDA

Text Example


Text Example

White with #233FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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