Html Css Color HEX #265ACE Cerulean Blue

📋 copy color: '#265ACE'

red 38 ◦ green 90 ◦ blue 206

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

Shades of Cerulean Blue #265ACE

Tints of Cerulean Blue #265ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.95%

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 11.38%
G = 26.95%
B = 61.68%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#265ACE (or 0x265ACE) is known color: Cerulean Blue. HEX triplet: 26, 5A and CE. RGB value is (38,90,206). Sum of RGB (Red+Green+Blue) = 38+90+206=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #265ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ACE is #D9A531. Grayscale: #575757. Windows color (decimal): -14263602 or 13523494. OLE color: 13523494.

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

Color convert

RGB 38 90 206 -
CMYK 0.82 0.56 0 0.19
HSL 221.43º 0.69% 0.48% -
HSV(B) 221.43º 0.82% 0.81% -
XYZ 15.6 12.18 59.92 -
YUV 87.68 194.77 92.57 -
System Red Green Blue C M Y K H S L
Decimal 38 90 206 0.82 0.56 0 0.19 221.43 0.69 0.48
Hex 26 5A CE 52 38 0 13 DD 45 30
Octal 46 132 316 122 70 0 23 335 105 60
Binary 100110 1011010 11001110 1010010 111000 0 10011 11011101 1000101 110000

Color Harmonies of #265ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265ACE

Black with #265ACE

Text Example


Text Example

White with #265ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265ACE; }

 p { color: rgb(38,90,206); }

 H1.HeaderClassName
 {
   color: #265ACE;
 }
 .AnyTagClassName
 {
   color: #265ACE;
 }
</style>

background-color css

<style>
 a { background-color: #265ACE; }

 a { background-color: rgb(38,90,206); }

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

border-color css

<style>
 span { border-color: #265ACE; }

 span { border-color: rgb(38,90,206); }

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