Html Css Color HEX #2655CF Cerulean Blue

📋 copy color: '#2655CF'

red 38 ◦ green 85 ◦ blue 207

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

Shades of Cerulean Blue #2655CF

Tints of Cerulean Blue #2655CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

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

R = 11.52%
G = 25.76%
B = 62.73%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2655CF (or 0x2655CF) is known color: Cerulean Blue. HEX triplet: 26, 55 and CF. RGB value is (38,85,207). Sum of RGB (Red+Green+Blue) = 38+85+207=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #2655CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2655CF is #D9AA30. Grayscale: #545454. Windows color (decimal): -14264881 or 13587750. OLE color: 13587750.

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

Color convert

RGB 38 85 207 -
CMYK 0.82 0.59 0 0.19
HSL 223.31º 0.69% 0.48% -
HSV(B) 223.31º 0.82% 0.81% -
XYZ 15.31 11.41 60.43 -
YUV 84.86 196.93 94.58 -
System Red Green Blue C M Y K H S L
Decimal 38 85 207 0.82 0.59 0 0.19 223.31 0.69 0.48
Hex 26 55 CF 52 3B 0 13 DF 45 30
Octal 46 125 317 122 73 0 23 337 105 60
Binary 100110 1010101 11001111 1010010 111011 0 10011 11011111 1000101 110000

Color Harmonies of #2655CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2655CF

Black with #2655CF

Text Example


Text Example

White with #2655CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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