Html Css Color HEX #1750CF Cerulean Blue

📋 copy color: '#1750CF'

red 23 ◦ green 80 ◦ blue 207

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

Shades of Cerulean Blue #1750CF

Tints of Cerulean Blue #1750CF

RGB

 RED value IS 23 (9.38% from 255) = 7.42%

 GREEN value IS 80 (31.64% from 255) = 25.81%

 BLUE value IS 207 (81.25% from 255) = 66.77%

R = 7.42%
G = 25.81%
B = 66.77%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1750CF (or 0x1750CF) is known color: Cerulean Blue. HEX triplet: 17, 50 and CF. RGB value is (23,80,207). Sum of RGB (Red+Green+Blue) = 23+80+207=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #1750CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1750CF is #E8AF30. Grayscale: #4C4C4C. Windows color (decimal): -15249201 or 13586455. OLE color: 13586455.

HSL color Cylindrical-coordinate representation of color #1750CF: hue angle of 221.41º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1750CF is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 80 207 -
CMYK 0.89 0.61 0 0.19
HSL 221.41º 0.8% 0.45% -
HSV(B) 221.41º 0.89% 0.81% -
XYZ 14.48 10.42 60.28 -
YUV 77.44 201.12 89.17 -
System Red Green Blue C M Y K H S L
Decimal 23 80 207 0.89 0.61 0 0.19 221.41 0.8 0.45
Hex 17 50 CF 59 3D 0 13 DD 50 2D
Octal 27 120 317 131 75 0 23 335 120 55
Binary 10111 1010000 11001111 1011001 111101 0 10011 11011101 1010000 101101

Color Harmonies of #1750CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1750CF

Black with #1750CF

Text Example


Text Example

White with #1750CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1750CF; }

 p { color: rgb(23,80,207); }

 H1.HeaderClassName
 {
   color: #1750CF;
 }
 .AnyTagClassName
 {
   color: #1750CF;
 }
</style>

background-color css

<style>
 a { background-color: #1750CF; }

 a { background-color: rgb(23,80,207); }

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

border-color css

<style>
 span { border-color: #1750CF; }

 span { border-color: rgb(23,80,207); }

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