Html Css Color HEX #230CED Blue

📋 copy color: '#230CED'

red 35 ◦ green 12 ◦ blue 237

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

Shades of Blue #230CED

Tints of Blue #230CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.23%

 BLUE value IS 237 (92.97% from 255) = 83.45%

R = 12.32%
G = 4.23%
B = 83.45%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#230CED (or 0x230CED) is known color: Blue. HEX triplet: 23, 0C and ED. RGB value is (35,12,237). Sum of RGB (Red+Green+Blue) = 35+12+237=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 237 (92.97% from 255 or 83.45% from 284); Max value from RGB is 237 - color contains mainly: blue. Hex color #230CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #230CED is #DCF312. Grayscale: #2B2B2B. Windows color (decimal): -14480147 or 15535139. OLE color: 15535139.

HSL color Cylindrical-coordinate representation of color #230CED: hue angle of 246.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230CED is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 12 237 -
CMYK 0.85 0.95 0 0.07
HSL 246.13º 0.9% 0.49% -
HSV(B) 246.13º 0.95% 0.93% -
XYZ 16.11 6.73 80.57 -
YUV 44.53 236.62 121.2 -
System Red Green Blue C M Y K H S L
Decimal 35 12 237 0.85 0.95 0 0.07 246.13 0.9 0.49
Hex 23 C ED 55 5F 0 7 F6 5A 31
Octal 43 14 355 125 137 0 7 366 132 61
Binary 100011 1100 11101101 1010101 1011111 0 111 11110110 1011010 110001

Color Harmonies of #230CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230CED

Black with #230CED

Text Example


Text Example

White with #230CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,12,237); }

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

background-color css

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

 a { background-color: rgb(35,12,237); }

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

border-color css

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

 span { border-color: rgb(35,12,237); }

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