Html Css Color HEX #1236FA Blue

📋 copy color: '#1236FA'

red 18 ◦ green 54 ◦ blue 250

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

Shades of Blue #1236FA

Tints of Blue #1236FA

RGB

 RED value IS 18 (7.42% from 255) = 5.59%

 GREEN value IS 54 (21.48% from 255) = 16.77%

 BLUE value IS 250 (98.05% from 255) = 77.64%

R = 5.59%
G = 16.77%
B = 77.64%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1236FA (or 0x1236FA) is known color: Blue. HEX triplet: 12, 36 and FA. RGB value is (18,54,250). Sum of RGB (Red+Green+Blue) = 18+54+250=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #1236FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1236FA is #EDC905. Grayscale: #404040. Windows color (decimal): -15583494 or 16397842. OLE color: 16397842.

HSL color Cylindrical-coordinate representation of color #1236FA: hue angle of 230.69º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1236FA is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 54 250 -
CMYK 0.93 0.78 0 0.02
HSL 230.69º 0.96% 0.53% -
HSV(B) 230.69º 0.93% 0.98% -
XYZ 18.82 9.67 91.32 -
YUV 65.58 232.07 94.06 -
System Red Green Blue C M Y K H S L
Decimal 18 54 250 0.93 0.78 0 0.02 230.69 0.96 0.53
Hex 12 36 FA 5D 4E 0 2 E7 60 35
Octal 22 66 372 135 116 0 2 347 140 65
Binary 10010 110110 11111010 1011101 1001110 0 10 11100111 1100000 110101

Color Harmonies of #1236FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1236FA

Black with #1236FA

Text Example


Text Example

White with #1236FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1236FA; }

 p { color: rgb(18,54,250); }

 H1.HeaderClassName
 {
   color: #1236FA;
 }
 .AnyTagClassName
 {
   color: #1236FA;
 }
</style>

background-color css

<style>
 a { background-color: #1236FA; }

 a { background-color: rgb(18,54,250); }

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

border-color css

<style>
 span { border-color: #1236FA; }

 span { border-color: rgb(18,54,250); }

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