Html Css Color HEX #230FCA Medium Blue

📋 copy color: '#230FCA'

red 35 ◦ green 15 ◦ blue 202

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

Shades of Medium Blue #230FCA

Tints of Medium Blue #230FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.95%

 BLUE value IS 202 (79.3% from 255) = 80.16%

R = 13.89%
G = 5.95%
B = 80.16%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#230FCA (or 0x230FCA) is known color: Medium Blue. HEX triplet: 23, 0F and CA. RGB value is (35,15,202). Sum of RGB (Red+Green+Blue) = 35+15+202=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 202 (79.30% from 255 or 80.16% from 252); Max value from RGB is 202 - color contains mainly: blue. Hex color #230FCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230FCA is #DCF035. Grayscale: #292929. Windows color (decimal): -14479414 or 13242147. OLE color: 13242147.

HSL color Cylindrical-coordinate representation of color #230FCA: hue angle of 246.42º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230FCA is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 15 202 -
CMYK 0.83 0.93 0 0.21
HSL 246.42º 0.86% 0.43% -
HSV(B) 246.42º 0.93% 0.79% -
XYZ 11.52 4.96 56.23 -
YUV 42.3 218.13 122.79 -
System Red Green Blue C M Y K H S L
Decimal 35 15 202 0.83 0.93 0 0.21 246.42 0.86 0.43
Hex 23 F CA 53 5D 0 15 F6 56 2B
Octal 43 17 312 123 135 0 25 366 126 53
Binary 100011 1111 11001010 1010011 1011101 0 10101 11110110 1010110 101011

Color Harmonies of #230FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230FCA

Black with #230FCA

Text Example


Text Example

White with #230FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230FCA; }

 p { color: rgb(35,15,202); }

 H1.HeaderClassName
 {
   color: #230FCA;
 }
 .AnyTagClassName
 {
   color: #230FCA;
 }
</style>

background-color css

<style>
 a { background-color: #230FCA; }

 a { background-color: rgb(35,15,202); }

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

border-color css

<style>
 span { border-color: #230FCA; }

 span { border-color: rgb(35,15,202); }

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