Html Css Color HEX #2660CF Cerulean Blue

📋 copy color: '#2660CF'

red 38 ◦ green 96 ◦ blue 207

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

Shades of Cerulean Blue #2660CF

Tints of Cerulean Blue #2660CF

RGB

 RED value IS 38 (15.23% from 255) = 11.14%

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 11.14%
G = 28.15%
B = 60.7%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2660CF (or 0x2660CF) is known color: Cerulean Blue. HEX triplet: 26, 60 and CF. RGB value is (38,96,207). Sum of RGB (Red+Green+Blue) = 38+96+207=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #2660CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2660CF is #D99F30. Grayscale: #5A5A5A. Windows color (decimal): -14262065 or 13590566. OLE color: 13590566.

HSL color Cylindrical-coordinate representation of color #2660CF: hue angle of 219.41º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2660CF is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 96 207 -
CMYK 0.82 0.54 0 0.19
HSL 219.41º 0.69% 0.48% -
HSV(B) 219.41º 0.82% 0.81% -
XYZ 16.24 13.28 60.74 -
YUV 91.31 193.28 89.97 -
System Red Green Blue C M Y K H S L
Decimal 38 96 207 0.82 0.54 0 0.19 219.41 0.69 0.48
Hex 26 60 CF 52 36 0 13 DB 45 30
Octal 46 140 317 122 66 0 23 333 105 60
Binary 100110 1100000 11001111 1010010 110110 0 10011 11011011 1000101 110000

Color Harmonies of #2660CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2660CF

Black with #2660CF

Text Example


Text Example

White with #2660CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,96,207); }

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

background-color css

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

 a { background-color: rgb(38,96,207); }

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

border-color css

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

 span { border-color: rgb(38,96,207); }

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