Html Css Color HEX #1237FD Blue

📋 copy color: '#1237FD'

red 18 ◦ green 55 ◦ blue 253

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

Shades of Blue #1237FD

Tints of Blue #1237FD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.87%

 BLUE value IS 253 (99.22% from 255) = 77.61%

R = 5.52%
G = 16.87%
B = 77.61%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1237FD (or 0x1237FD) is known color: Blue. HEX triplet: 12, 37 and FD. RGB value is (18,55,253). Sum of RGB (Red+Green+Blue) = 18+55+253=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 253 (99.22% from 255 or 77.61% from 326); Max value from RGB is 253 - color contains mainly: blue. Hex color #1237FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1237FD is #EDC802. Grayscale: #414141. Windows color (decimal): -15583235 or 16594706. OLE color: 16594706.

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

Color convert

RGB 18 55 253 -
CMYK 0.93 0.78 0 0.01
HSL 230.55º 0.98% 0.53% -
HSV(B) 230.55º 0.93% 0.99% -
XYZ 19.35 9.95 93.83 -
YUV 66.51 233.24 93.4 -
System Red Green Blue C M Y K H S L
Decimal 18 55 253 0.93 0.78 0 0.01 230.55 0.98 0.53
Hex 12 37 FD 5D 4E 0 1 E7 62 35
Octal 22 67 375 135 116 0 1 347 142 65
Binary 10010 110111 11111101 1011101 1001110 0 1 11100111 1100010 110101

Color Harmonies of #1237FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237FD

Black with #1237FD

Text Example


Text Example

White with #1237FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1237FD; }

 p { color: rgb(18,55,253); }

 H1.HeaderClassName
 {
   color: #1237FD;
 }
 .AnyTagClassName
 {
   color: #1237FD;
 }
</style>

background-color css

<style>
 a { background-color: #1237FD; }

 a { background-color: rgb(18,55,253); }

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

border-color css

<style>
 span { border-color: #1237FD; }

 span { border-color: rgb(18,55,253); }

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