Html Css Color HEX #2650CF Cerulean Blue

📋 copy color: '#2650CF'

red 38 ◦ green 80 ◦ blue 207

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

Shades of Cerulean Blue #2650CF

Tints of Cerulean Blue #2650CF

RGB

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

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

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

R = 11.69%
G = 24.62%
B = 63.69%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2650CF (or 0x2650CF) is known color: Cerulean Blue. HEX triplet: 26, 50 and CF. RGB value is (38,80,207). Sum of RGB (Red+Green+Blue) = 38+80+207=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #2650CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2650CF is #D9AF30. Grayscale: #515151. Windows color (decimal): -14266161 or 13586470. OLE color: 13586470.

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

Color convert

RGB 38 80 207 -
CMYK 0.82 0.61 0 0.19
HSL 225.09º 0.69% 0.48% -
HSV(B) 225.09º 0.82% 0.81% -
XYZ 14.93 10.65 60.3 -
YUV 81.92 198.59 96.67 -
System Red Green Blue C M Y K H S L
Decimal 38 80 207 0.82 0.61 0 0.19 225.09 0.69 0.48
Hex 26 50 CF 52 3D 0 13 E1 45 30
Octal 46 120 317 122 75 0 23 341 105 60
Binary 100110 1010000 11001111 1010010 111101 0 10011 11100001 1000101 110000

Color Harmonies of #2650CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2650CF

Black with #2650CF

Text Example


Text Example

White with #2650CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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