Html Css Color HEX #265FC0 Cerulean Blue

📋 copy color: '#265FC0'

red 38 ◦ green 95 ◦ blue 192

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

Shades of Cerulean Blue #265FC0

Tints of Cerulean Blue #265FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.23%

 BLUE value IS 192 (75.39% from 255) = 59.08%

R = 11.69%
G = 29.23%
B = 59.08%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#265FC0 (or 0x265FC0) is known color: Cerulean Blue. HEX triplet: 26, 5F and C0. RGB value is (38,95,192). Sum of RGB (Red+Green+Blue) = 38+95+192=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 192 (75.39% from 255 or 59.08% from 325); Max value from RGB is 192 - color contains mainly: blue. Hex color #265FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265FC0 is #D9A03F. Grayscale: #585858. Windows color (decimal): -14262336 or 12607270. OLE color: 12607270.

HSL color Cylindrical-coordinate representation of color #265FC0: hue angle of 217.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265FC0 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 95 192 -
CMYK 0.80 0.51 0 0.25
HSL 217.79º 0.67% 0.45% -
HSV(B) 217.79º 0.8% 0.75% -
XYZ 14.41 12.4 51.5 -
YUV 89.02 186.12 91.61 -
System Red Green Blue C M Y K H S L
Decimal 38 95 192 0.80 0.51 0 0.25 217.79 0.67 0.45
Hex 26 5F C0 50 33 0 19 DA 43 2D
Octal 46 137 300 120 63 0 31 332 103 55
Binary 100110 1011111 11000000 1010000 110011 0 11001 11011010 1000011 101101

Color Harmonies of #265FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FC0

Black with #265FC0

Text Example


Text Example

White with #265FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,95,192); }

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

background-color css

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

 a { background-color: rgb(38,95,192); }

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

border-color css

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

 span { border-color: rgb(38,95,192); }

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