Html Css Color HEX #2659CF Cerulean Blue

📋 copy color: '#2659CF'

red 38 ◦ green 89 ◦ blue 207

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

Shades of Cerulean Blue #2659CF

Tints of Cerulean Blue #2659CF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

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

R = 11.38%
G = 26.65%
B = 61.98%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2659CF (or 0x2659CF) is known color: Cerulean Blue. HEX triplet: 26, 59 and CF. RGB value is (38,89,207). Sum of RGB (Red+Green+Blue) = 38+89+207=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #2659CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2659CF is #D9A630. Grayscale: #565656. Windows color (decimal): -14263857 or 13588774. OLE color: 13588774.

HSL color Cylindrical-coordinate representation of color #2659CF: hue angle of 221.89º 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 #2659CF is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 89 207 -
CMYK 0.82 0.57 0 0.19
HSL 221.89º 0.69% 0.48% -
HSV(B) 221.89º 0.82% 0.81% -
XYZ 15.63 12.06 60.54 -
YUV 87.2 195.6 92.91 -
System Red Green Blue C M Y K H S L
Decimal 38 89 207 0.82 0.57 0 0.19 221.89 0.69 0.48
Hex 26 59 CF 52 39 0 13 DE 45 30
Octal 46 131 317 122 71 0 23 336 105 60
Binary 100110 1011001 11001111 1010010 111001 0 10011 11011110 1000101 110000

Color Harmonies of #2659CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2659CF

Black with #2659CF

Text Example


Text Example

White with #2659CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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